PStringVectorArrAccess.FB_Exit (METH) ¶ METHOD FB_Exit : BOOL InOut: Scope Name Type Return FB_Exit BOOL Input bInCopyCode BOOL
PtrVectorArrAccess (FB) ¶ FUNCTION_BLOCK PtrVectorArrAccess EXTENDS XWordVector
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