StringBuilder.prvAppend (METH) ¶ METHOD prvAppend : UDINT InOut: Scope Name Type Return prvAppend UDINT Input pst POINTER TO BYTE iLen DINT
StaticMemBuffer (STRUCT) ¶ TYPE StaticMemBuffer : STRUCT InOut: Name Type Comment pData POINTER TO BYTE udiDataSize UDINT xExtendDynamically BOOL Set to true when the using instance should try to allocate dynamic memory when the static memory does not provide enough space
StringBuilder (FB) ¶ FUNCTION_BLOCK StringBuilder Properties: Capacity Length Methods: AppendChar AppendPString AppendString Clear GetPStringResult InitMemory ReserveSpace prvAppend Structure: AppendChar (Method) AppendPString (Method) AppendString (Method) Capacity (Property) Clear (Method) GetPStringResult (Method) InitMemory (Method) Length (Property) ReserveSpace (Method) prvAppend (Method)
StringBuilder.AppendChar (METH) ¶ METHOD AppendChar : UDINT InOut: Scope Name Type Return AppendChar UDINT Input c BYTE
StringBuilder.AppendPString (METH) ¶ METHOD AppendPString : UDINT InOut: Scope Name Type Return AppendPString UDINT Input pst POINTER TO BYTE
StringBuilder.AppendString (METH) ¶ METHOD AppendString : UDINT InOut: Scope Name Type Return AppendString UDINT Input str STRING
StringBuilder.Capacity (PROP) ¶ PROPERTY Capacity : UDINT
StringBuilder.Clear (METH) ¶ METHOD Clear
Enums ¶ InternalState (Enum)
InternalState (ENUM) ¶ TYPE InternalState : Attributes: qualified_only InOut: Name Initial New 0 DerivingAddress 1 AddressKnown 2 Connecting 3 Connected 4