IDriverCredentialsHandling.CredentialsNecessary (PROP) ¶ PROPERTY CredentialsNecessary : BOOL
IDriverCredentialsHandling.SetCredentials (METH) ¶ METHOD SetCredentials : SysTypes.RTS_IEC_RESULT Assigns a credentials object to the driver instance. InOut: Scope Name Type Comment Return SetCredentials SysTypes.RTS_IEC_RESULT Input credentials ICredentials An object containing the resulting credentials. Note Please remarkt that is object is not required to be alive longer than the call to the current method so it should not be stored by the callee.
IDriverCredentialsHandlingEveryLogin (ITF) ¶ INTERFACE IDriverCredentialsHandlingEveryLogin EXTENDS IDriverCredentialsHandling Optional extension interface of IDriverCredentialsHandling that can be used in case credentials should be requested on every connection or after every connection loss. Otherwise the driver instance must keep them in memory. Properties: AskCredentialsEveryLogin CredentialsNecessary , inherited from IDriverCredentialsHandling Methods: SetCredentials , inherited from IDriverCredentialsHandling Structure: AskCredentialsEveryLogin (Property)
IDriverCredentialsHandlingEveryLogin.AskCredentialsEveryLogin (PROP) ¶ PROPERTY AskCredentialsEveryLogin : BOOL
IDriverCustomRequest (ITF) ¶ INTERFACE IDriverCustomRequest EXTENDS IDriverRequest Properties: Request Response Structure: Request (Property) Response (Property)
StatDynMemory (FB) ¶ FUNCTION_BLOCK StatDynMemory This function block can be used to represent a block of memory that can be initialized witha a static buffer and optionally be extended using system memory Properties: Ptr Methods: FB_Exit FB_Init Reserve Structure: FB_Exit (Method) FB_Init (Method) Ptr (Property) Reserve (Method)
StatDynMemory.FB_Exit (METH) ¶ METHOD FB_Exit : BOOL InOut: Scope Name Type Return FB_Exit BOOL Input bInCopyCode BOOL
StatDynMemory.FB_Init (METH) ¶ METHOD FB_Init : BOOL InOut: Scope Name Type Return FB_Init BOOL Input bInitRetains BOOL bInCopyCode BOOL pStat POINTER TO BYTE statSize __UXINT
StatDynMemory.Ptr (PROP) ¶ PROPERTY Ptr : POINTER TO BYTE
StatDynMemory.Reserve (METH) ¶ METHOD Reserve : BOOL Only a single call supported at the moment Returns whether the operation succeeded. InOut: Scope Name Type Return Reserve BOOL Input size __UXINT