RtsByteString (STRUCT)
TYPE RtsByteString : STRUCT
This a representation of a byte string.
- InOut:
Name
Type
Comment
ui32LenUDINTCurrent length of data stored in the buffer.
ui32MaxLenUDINTThe allocated size of the buffer.
pByDataPOINTER TO BYTE
Pointer to buffer
xDynamicBOOLIndicates if the data was allocated dynamically