Property | Type | Description | |
---|---|---|---|
buffer | ArraySegment |
||
enc_type | EncryptionType | ||
message | object | ||
msg_type | string | ||
protocol | TransportProtocol | ||
reply_timeout | float | ||
reply_type | string | ||
timeout_callback | TimeoutEventHandler |
Method | Description | |
---|---|---|
FunapiMessage ( TransportProtocol protocol, string msg_type, object message, EncryptionType enc = EncryptionType.kDefaultEncryption ) : UnityEngine | ||
SetReply ( string reply_type, float reply_timeout, TimeoutEventHandler callback ) : void |
public FunapiMessage ( TransportProtocol protocol, string msg_type, object message, EncryptionType enc = EncryptionType.kDefaultEncryption ) : UnityEngine | ||
protocol | TransportProtocol | |
msg_type | string | |
message | object | |
enc | EncryptionType | |
return | UnityEngine |
public SetReply ( string reply_type, float reply_timeout, TimeoutEventHandler callback ) : void | ||
reply_type | string | |
reply_timeout | float | |
callback | TimeoutEventHandler | |
return | void |