netbits.packet.StructuredPacket¶
- class netbits.packet.StructuredPacket[source]¶
Bases:
objectA base class for structured packets with packing and unpacking functionality.
- __init__()¶
Methods
__init__()pack(buffer)Pack data into the provided buffer.
unpack(buffer)Unpack data from the provided buffer.