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
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