Connect Command used to signal a remote server that a client is trying to connect to it More...
Static Public Member Functions | |
static int | ClampTokenLength (int tokenLength) |
static NetCommandConnect | Create (NetConnectionId id, byte *token=null, int tokenLength=0, byte *uniqueId=null) |
static byte[] | GetTokenDataAsArray (NetCommandConnect command) |
static byte[] | GetUniqueIdAsArray (NetCommandConnect command) |
Public Attributes | |
NetConnectionId | ConnectionId |
NetCommandHeader | Header |
fixed byte | TokenData [TOKEN_MAX_LENGTH_BYTES] |
int | TokenLength |
fixed byte | UniqueId [UNIQUE_ID_LENGTH_BYTES] |
Connect Command used to signal a remote server that a client is trying to connect to it