_EncodeData() function
_EncodeData() Function description Encode a byte buffer in variable-length format. Parameters pPayload - Pointer to where string will be encoded. pSrc - Pointer to data buffer to be encoded. NumBytes - Number of bytes in the buffer to be encoded. Return value Pointer to the byte following the value, i.e. the first free byte in the payload and the next position to store payload content. Additional information The data is encoded as a count byte followed by the contents of the data buffer. Make sure NumBytes + 1 bytes are free for the payload.
_EncodeData() is called by 1 function:
![]()
_EncodeData()
_EncodeData():
![]()
_EncodeData()