Public Member Functions | |
abstract override void | Read (UdpPacket packet) |
Used to deserialize the Token reading data from the data packet. More... | |
abstract override void | Reset () |
Used to reset all fields from a IProtocolToken in order to return it to the Pool More... | |
abstract override void | Write (UdpPacket packet) |
Used to serialize the Token by writing data into the data packet. More... | |
|
pure virtual |
Used to deserialize the Token reading data from the data packet.
packet | Data packet that contains the Token info |
|
pure virtual |
Used to reset all fields from a IProtocolToken in order to return it to the Pool
|
pure virtual |
Used to serialize the Token by writing data into the data packet.
packet | Data packet used to store the Token info |