Functionsยง
- encode_
base64_ packet - Encode a packet with binary data to a UTF-8 string.
Note: calling
encode_payload
with Packets containing binary data also results in base64-encoded output. - encode_
packet - Encode a packet with string data to a UTF-8 string.
- encode_
payload - Encode a payload containing multiple packets with either binary or string data to a UTF-8 string.