Struct sapnwrfc::binding::_RFC_ATTRIBUTES [] [src]

#[repr(C)]
pub struct _RFC_ATTRIBUTES { pub dest: [SAP_UC; 65], pub host: [SAP_UC; 101], pub partnerHost: [SAP_UC; 101], pub sysNumber: [SAP_UC; 3], pub sysId: [SAP_UC; 9], pub client: [SAP_UC; 4], pub user: [SAP_UC; 13], pub language: [SAP_UC; 3], pub trace: [SAP_UC; 2], pub isoLanguage: [SAP_UC; 3], pub codepage: [SAP_UC; 5], pub partnerCodepage: [SAP_UC; 5], pub rfcRole: [SAP_UC; 2], pub type_: [SAP_UC; 2], pub partnerType: [SAP_UC; 2], pub rel: [SAP_UC; 5], pub partnerRel: [SAP_UC; 5], pub kernelRel: [SAP_UC; 5], pub cpicConvId: [SAP_UC; 9], pub progName: [SAP_UC; 129], pub partnerBytesPerChar: [SAP_UC; 2], pub partnerSystemCodepage: [SAP_UC; 5], pub reserved: [SAP_UC; 79], }

_RFC_ATTRIBUTES

Structure returned by RfcGetConnectionAttributes() giving some information about the partner system on the other side of this RFC connection.

Fields

RFC destination

Own host name

Partner host name

R/3 system number

R/3 system ID

Client ("Mandant")

User

Language

Trace level (0-3)

2-byte ISO-Language

Own code page

Partner code page

C/S: RFC Client / RFC Server

2/3/E/R: R/2,R/3,Ext,Reg.Ext

2/3/E/R: R/2,R/3,Ext,Reg.Ext

My system release

Partner system release

Partner kernel release

CPI-C Conversation ID

Name of the calling APAB program (report, module pool)

Number of bytes per character in the backend's current codepage. Note this is different from the semantics of the PCS parameter.

Partner system code page

Reserved for later use

Trait Implementations

impl Copy for _RFC_ATTRIBUTES
[src]

impl Clone for _RFC_ATTRIBUTES
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for _RFC_ATTRIBUTES
[src]

[src]

Returns the "default value" for a type. Read more