Describe a Protocol Token that can be used to transfer data between peers when running certain process on Bolt. Read more at here Utility methods to work with IProtocolTokens can be found on ProtocolTokenUtils. More...
Public Member Functions | |
void | Read (UdpPacket packet) |
Used to deserialize the Token reading data from the data packet. More... | |
void | Write (UdpPacket packet) |
Used to serialize the Token by writing data into the data packet. More... | |
Describe a Protocol Token that can be used to transfer data between peers when running certain process on Bolt. Read more at here Utility methods to work with IProtocolTokens can be found on ProtocolTokenUtils.
void Photon.Bolt.IProtocolToken.Read | ( | UdpPacket | packet | ) |
Used to deserialize the Token reading data from the data packet.
packet | Data packet that contains the Token info |
Implemented in Photon.Bolt.PhotonRoomProperties.
void Photon.Bolt.IProtocolToken.Write | ( | UdpPacket | packet | ) |
Used to serialize the Token by writing data into the data packet.
packet | Data packet used to store the Token info |
Implemented in Photon.Bolt.PhotonRoomProperties.