Function to pack a TimeOfDay into a binary encoding for transmission to the server.
Time/date structures are packed into a string of bytes with a leading length byte, and a minimal number of bytes to embody the data.
Packed ubyte[].
See Implementation
Function to pack a TimeOfDay into a binary encoding for transmission to the server.
Time/date structures are packed into a string of bytes with a leading length byte, and a minimal number of bytes to embody the data.