Photon Server API Documentation
v5.0RC1
Public Types | |
| enum | InitV3Flags : short { InitV3Flags.NoFlags = 0, InitV3Flags.EncryptionFlag = 0x01, InitV3Flags.IPv6Flag = 0x02, InitV3Flags.ReleaseSdkFlag = 0x04 } |
Static Public Member Functions | |
| static bool | TryParseInitV3Request (byte[] data, int startIndex, out InitRequest initRequest) |
Static Public Attributes | |
| static readonly Type | TypeOfByteArray = typeof(byte[]) |
|
strong |
|
inlinestatic |
|
static |