AsyncWrapper.TriggerSyncReadVarListFromPlc (METH) ¶ METHOD TriggerSyncReadVarListFromPlc : RTS_IEC_RESULT InOut: Scope Name Type Return TriggerSyncReadVarListFromPlc RTS_IEC_RESULT Input hVarList SysTypes.RTS_IEC_HANDLE
AsyncWrapper.TriggerSyncReadVars (METH) ¶ METHOD TriggerSyncReadVars : RTS_IEC_RESULT InOut: Scope Name Type Comment Return TriggerSyncReadVars RTS_IEC_RESULT Input pSymbolNames POINTER TO POINTER TO BYTE A POINTER to an ARRAY OF POINTER TO STRING (in fact zero terminated Strings and thus declared as POINTER TO BYTE) Important As the operation is executed asynchronously, the array must be alive until the call if finished! numVars UDINT The number of symbols |pSymbolNames| points to
AsyncWrapper.TriggerSyncSendService (METH) ¶ METHOD TriggerSyncSendService : RTS_IEC_RESULT InOut: Scope Name Type Comment Return TriggerSyncSendService RTS_IEC_RESULT Input pbySend POINTER TO BYTE Pointer to the byte stream, which should be sent to the PLC udiSendSize UDINT Length of the byte stream to send pbyRecv POINTER TO BYTE Points to the buffer, where the result of the call is available udiCountBytes UDINT The number of bytes of the result buffer before the result was retrieved resp. the number of used bytes in the result buffer after the result is available.
AsyncWrapper.TriggerSyncWriteVarListToPlc (METH) ¶ METHOD TriggerSyncWriteVarListToPlc : RTS_IEC_RESULT InOut: Scope Name Type Return TriggerSyncWriteVarListToPlc RTS_IEC_RESULT Input hVarList SysTypes.RTS_IEC_HANDLE ppValues POINTER TO POINTER TO BYTE numValues UDINT
RuntimeCredentialsHandler.ResetIniContent (METH) ¶ METHOD ResetIniContent If the previous call to __MAIN did write credentials to the ini content, this modification will be overwritten by blanks when calling this method
ReadItemVector (FB) ¶ FUNCTION_BLOCK ReadItemVector EXTENDS Collections.BaseVector Methods: AddItem FB_Exit GetItem Remove Structure: AddItem (Method) FB_Exit (Method) GetItem (Method) Remove (Method)
ReadItemVector.AddItem (METH) ¶ METHOD AddItem : UDINT InOut: Scope Name Type Return AddItem UDINT Input pitem POINTER TO ReadItemInfo
ReadItemVector.FB_Exit (METH) ¶ METHOD FB_Exit : BOOL InOut: Scope Name Type Return FB_Exit BOOL Input bInCopyCode BOOL
ReadItemVector.GetItem (METH) ¶ METHOD GetItem : POINTER TO ReadItemInfo InOut: Scope Name Type Return GetItem POINTER TO ReadItemInfo Input udiIndex UDINT Output udiResult UDINT
ReadItemVector.Remove (METH) ¶ METHOD Remove : UDINT InOut: Scope Name Type Return Remove UDINT Input udiIndex UDINT