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
RequestVector (FB) ¶ FUNCTION_BLOCK RequestVector EXTENDS Collections.BaseVector Methods: AddRequest GetLast abstrAssign Structure: AddRequest (Method) GetLast (Method) abstrAssign (Method)
RequestVector.AddRequest (METH) ¶ METHOD AddRequest : UDINT InOut: Scope Name Type Return AddRequest UDINT Input request IRequest
RequestVector.GetLast (METH) ¶ METHOD GetLast : IRequest Will return 0 if empty InOut: Scope Name Type Return GetLast IRequest