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
SettingValue.ValueAsTime (PROP) ¶ PROPERTY ValueAsTime : TIME
SettingsHelper.ReconnectWaitTime (METH) ¶ METHOD ReconnectWaitTime : TIME InOut: Scope Name Type Return ReconnectWaitTime TIME Input driver IDatasources.IDriver
SettingsHelper.TimeoutSyncShutdown (METH) ¶ METHOD TimeoutSyncShutdown : TIME InOut: Scope Name Type Return TimeoutSyncShutdown TIME Input driver IDatasources.IDriver
SortByAddrItemHelper.CompareToByAddrAndSize (METH) ¶ METHOD CompareToByAddrAndSize : DINT Compares this element with pOther. Returns 0 if the elements are equal, < 0 if the element is less than itfElement, > 0 if the element is greater than itfElement. This method will be called from sorted collections (e.g. |SortedList| ) to sort elements. IMPORTANT: The underlying value to be compared with MUST NOT be changed during the lifecycle of the object. InOut: Scope Name Type Return CompareToByAddrAndSize DINT Input pOther POINTER TO SortByAddrItemHelper
Assert (FUN) ¶ FUNCTION Assert : BOOL InOut: Scope Name Type Return Assert BOOL Input xCondition BOOL Inout Const msg STRING
ComponentConstants (GVL) ¶ Attributes: qualified_only InOut: Scope Name Type Initial Constant DatasourcesComponentName STRING ‘DatasourcesMgr’ ComponentId UDINT 16#1090
ErrorToString (FUN) ¶ FUNCTION ErrorToString : STRING InOut: Scope Name Type Return ErrorToString STRING Input errorCode UDINT