RtsByteString
(STRUCT)
TYPE RtsByteString : STRUCT
This a representation of a byte string.
- InOut:
Name
Type
Comment
ui32Len
UDINT
Current length of data stored in the buffer.
ui32MaxLen
UDINT
The allocated size of the buffer.
pByData
POINTER TO BYTE
Pointer to buffer
xDynamic
BOOL
Indicates if the data was allocated dynamically