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
RequestVector.abstrAssign (METH) ¶ METHOD abstrAssign : UDINT InOut: Scope Name Type Comment Return abstrAssign UDINT Input pbt POINTER TO BYTE The pointer to the data that shall be assigned udiIndex UDINT The index where the data shall be assigned
Assert (FUN) ¶ FUNCTION Assert : BOOL InOut: Scope Name Type Return Assert BOOL Input xCondition BOOL Inout Const msg STRING