Photon Server API Documentation v5.0RC1

Properties | List of all members
Photon.SocketServer.Rpc.Protocols.RtsMessageHeader Struct Reference

The rts message header. More...

Properties

bool IsEncrypted [get, set]
 Gets or sets a value indicating whether the message is encrypted. More...
 
RtsMagicByte MagicByte [get, set]
 Gets or sets the message type. More...
 
RtsMessageType MessageType [get, set]
 Gets or sets the message type. More...
 
byte SizeInBytes [get, set]
 Gets or sets the size in bytes. More...
 

Detailed Description

The rts message header.

Property Documentation

◆ IsEncrypted

bool Photon.SocketServer.Rpc.Protocols.RtsMessageHeader.IsEncrypted
getset

Gets or sets a value indicating whether the message is encrypted.

◆ MagicByte

RtsMagicByte Photon.SocketServer.Rpc.Protocols.RtsMessageHeader.MagicByte
getset

Gets or sets the message type.

◆ MessageType

RtsMessageType Photon.SocketServer.Rpc.Protocols.RtsMessageHeader.MessageType
getset

Gets or sets the message type.

◆ SizeInBytes

byte Photon.SocketServer.Rpc.Protocols.RtsMessageHeader.SizeInBytes
getset

Gets or sets the size in bytes.