Assert (FUN) ¶ FUNCTION Assert : BOOL InOut: Scope Name Type Return Assert BOOL Input xCondition BOOL Inout Const msg STRING
ErrorToString (FUN) ¶ FUNCTION ErrorToString : STRING InOut: Scope Name Type Return ErrorToString STRING Input udi UDINT
Monitoring Logging ¶ GVL_MonLog (GVL) MonLog_Binary (Function) MonLog_CurrentTime (Function) MonLog_DumpDataItem (Function) MonLog_DumpDataItemBase (Function) MonLog_DumpDataItemWriting (Function) MonLog_Error (Function) MonLog_ErrorAndClose (Function) MonLog_LogLine (Function) MonLog_OkAndClose (Function)
GVL_MonLog (GVL) ¶ Attributes: qualified_only InOut: Name Type Initial stRequestFile STRING ‘ MonReq_ ’ stResponseFile STRING ‘ MonResp_ ’ iMaxParallelFiles INT 10 iCurrentFile INT 0 iCurrentReadRequest UDINT 0
MonLog_Binary (FUN) ¶ FUNCTION MonLog_Binary : BOOL InOut: Scope Name Type Return MonLog_Binary BOOL Input hFile SysFile.RTS_IEC_HANDLE pData POINTER TO BYTE uiSize UDINT
MonLog_CurrentTime (FUN) ¶ FUNCTION MonLog_CurrentTime : BOOL InOut: Scope Name Type Return MonLog_CurrentTime BOOL Input hFile SysFile.RTS_IEC_HANDLE
MonLog_DumpDataItem (FUN) ¶ FUNCTION MonLog_DumpDataItem : BOOL InOut: Scope Name Type Return MonLog_DumpDataItem BOOL Input hFile SysFile.RTS_IEC_HANDLE item IDatasources.IDataItem pOptAddressInfo POINTER TO AddressGeneratedInfo
MonLog_DumpDataItemBase (FUN) ¶ FUNCTION MonLog_DumpDataItemBase : BOOL InOut: Scope Name Type Return MonLog_DumpDataItemBase BOOL Input hFile SysFile.RTS_IEC_HANDLE item IDatasources.IDataItem pOptAddressInfo POINTER TO AddressGeneratedInfo
ICredentialsProvider.StartGetCredentials (METH) ¶ METHOD StartGetCredentials : __UXINT Will return an id of the question for credentials. This id can be used in the following calls to ICredentialsProvider.IsGetCredentialsFinished InOut: Scope Name Type Comment Return StartGetCredentials __UXINT Input pstDataSource POINTER TO STRING The name of the datasource to request credentials for. Can be used as an informative hint to the user for example. Output udiErrorCode SysTypes.RTS_IEC_RESULT An error code representing the result of this operation. In case of ERR_PENDING there will be further calls to this method.
ICredentialsUserPassword (ITF) ¶ INTERFACE ICredentialsUserPassword EXTENDS ICredentials An implementation of credentials that represents a username and a password. Properties: Password Username Structure: Password (Property) Username (Property)