Struct HandshakeInfo
public struct HandshakeInfo
Constructors
HandshakeInfo(ulong, string, string, string, bool, uint, string)
public HandshakeInfo(ulong roomUid, string schemaId, string authToken, string roomSecret, bool isSimulator, uint scene, string rsVersion)
Parameters
roomUid
ulongschemaId
stringauthToken
stringroomSecret
stringisSimulator
boolscene
uintrsVersion
string
Properties
AuthToken
public readonly string AuthToken { get; }
Property Value
IsSimulator
public readonly bool IsSimulator { get; }
Property Value
RSVersion
public readonly string RSVersion { get; }
Property Value
RoomSecret
public readonly string RoomSecret { get; }
Property Value
RoomUid
public readonly ulong RoomUid { get; }
Property Value
Scene
public readonly uint Scene { get; }
Property Value
SchemaId
public readonly string SchemaId { get; }
Property Value
Methods
Deserialize(IInOctetStream)
public static HandshakeInfo Deserialize(IInOctetStream stream)
Parameters
stream
IInOctetStream
Returns
Serialize(IOutOctetStream)
public void Serialize(IOutOctetStream stream)
Parameters
stream
IOutOctetStream
ToString()
public override string ToString()