Structs ¶ AllScalarsUnion (Union) Datasources (Struct) EnqueuedRequest (Struct) FrameRegistrationData (Struct) ReusableRequestInfo (Struct) SymbolInfo (Struct) UpdateByDefaultInfo (Struct) UpdateByDefaultItem (Struct)
AllScalarsUnion (UNION) ¶ TYPE AllScalarsUnion : UNION InOut: Name Type bt BYTE si SINT usi USINT w WORD i INT ui UINT dw DWORD di DINT udi UDINT lw LWORD li LINT uli ULINT re REAL lr LREAL
Datasources (STRUCT) ¶ TYPE Datasources : STRUCT InOut: Name Type pDatasources POINTER TO Datasource count INT
EnqueuedRequest (STRUCT) ¶ TYPE EnqueuedRequest : STRUCT InOut: Name Type request IDatasources.IDriverCustomRequest finishedCallback IDatasources.ICustomRequestCallback
ComponentBase.QueryInterface (METH) ¶ METHOD QueryInterface : POINTER TO POINTER TO BYTE InOut: Scope Name Type Comment Return QueryInterface POINTER TO POINTER TO BYTE Input iid DWORD InterfaceID pResult POINTER TO UDINT
ComponentPseudo.QueryInterface (METH) ¶ METHOD QueryInterface : POINTER TO POINTER TO BYTE InOut: Scope Name Type Comment Return QueryInterface POINTER TO POINTER TO BYTE Input iid DWORD InterfaceID pResult POINTER TO UDINT
ComponentRenamed.QueryInterface (METH) ¶ METHOD QueryInterface : POINTER TO POINTER TO BYTE InOut: Scope Name Type Comment Return QueryInterface POINTER TO POINTER TO BYTE Input iid DWORD InterfaceID pResult POINTER TO UDINT
ComponentRenamed.RemoteName (PROP) ¶ PROPERTY RemoteName : POINTER TO STRING
ICredentialsProvider ¶ GetCredentials (Method) IsGetCredentialsFinished (Method) LoginFailed (Method) LoginSucceeded (Method) StartGetCredentials (Method)
StaticCredentialsProvider.GetCredentials (METH) ¶ METHOD GetCredentials : SysTypes.RTS_IEC_RESULT Must return ERR_OK if called after a successfull |ICredentialsProvider.IsGetCredentialsFinished| InOut: Scope Name Type Comment Return GetCredentials SysTypes.RTS_IEC_RESULT Input uxiRequestId __UXINT The request id to get the credentials for Output credentials IDatasources.ICredentials The resulting credentials of the current implementation. Note Please remark that the returned object is not required to be alive longer than to the next calls on this object using the interface |ICredentialsProvider|