Driver.CredentialsNecessary (PROP) ¶ PROPERTY CredentialsNecessary : BOOL
Driver.SetCredentials (METH) ¶ METHOD SetCredentials : IDatasources.SysTypes.RTS_IEC_RESULT InOut: Scope Name Type Return SetCredentials IDatasources.SysTypes.RTS_IEC_RESULT Input credentials IDatasources.ICredentials
Driver.ReconnectWaitTime (METH) ¶ METHOD ReconnectWaitTime : TIME InOut: Scope Name Type Return ReconnectWaitTime TIME Output xUseDefault BOOL
Driver.TimeoutSyncShutdown (METH) ¶ METHOD TimeoutSyncShutdown : TIME InOut: Scope Name Type Return TimeoutSyncShutdown TIME Output xUseDefault BOOL
RequestFactory.HelpCreateReadableRequestBase (METH) ¶ METHOD HelpCreateReadableRequestBase : IDatasources.IDriverRequest InOut: Scope Name Type Comment Return HelpCreateReadableRequestBase IDatasources.IDriverRequest Input pItems POINTER TO IDatasources.IDataItem A pointer to an array of |IDataItem| instances that should be monitored. itemsCount DINT The number of items within the array. Inout request ReadableRequestBase
CustomRequestResponse.FB_Exit (METH) ¶ METHOD FB_Exit : BOOL InOut: Scope Name Type Return FB_Exit BOOL Input bInCopyCode BOOL
ICDSV3Response ¶ ContentData (Property) ContentSize (Property) RawData (Property) RawSize (Property)
CustomRequestResponse.ContentData (PROP) ¶ PROPERTY ContentData : POINTER TO BYTE Returns a pointer to the content of the response, ie. without the according header information
CustomRequestResponse.ContentSize (PROP) ¶ PROPERTY ContentSize : __UXINT Returns the size of the data pointer to by |ICustomResponse.|
CustomRequestResponse.RawData (PROP) ¶ PROPERTY RawData : POINTER TO BYTE Returns a pointer to the complete response, ie. including the according header information