C# Class Fun.FunapiMessage

Afficher le fichier Open project: iFunFactory/demo-kgc-2015 Class Usage Examples

Méthodes publiques

Свойство Type Description
buffer ArraySegment
enc_type EncryptionType
message object
msg_type string
protocol TransportProtocol
reply_timeout float
reply_type string
timeout_callback TimeoutEventHandler

Méthodes publiques

Méthode Description
FunapiMessage ( TransportProtocol protocol, string msg_type, object message, EncryptionType enc = EncryptionType.kDefaultEncryption ) : UnityEngine
SetReply ( string reply_type, float reply_timeout, TimeoutEventHandler callback ) : void

Method Details

FunapiMessage() public méthode

public FunapiMessage ( TransportProtocol protocol, string msg_type, object message, EncryptionType enc = EncryptionType.kDefaultEncryption ) : UnityEngine
protocol TransportProtocol
msg_type string
message object
enc EncryptionType
Résultat UnityEngine

SetReply() public méthode

public SetReply ( string reply_type, float reply_timeout, TimeoutEventHandler callback ) : void
reply_type string
reply_timeout float
callback TimeoutEventHandler
Résultat void

Property Details

buffer public_oe property

public ArraySegment buffer
Résultat ArraySegment

enc_type public_oe property

public EncryptionType enc_type
Résultat EncryptionType

message public_oe property

public object message
Résultat object

msg_type public_oe property

public string msg_type
Résultat string

protocol public_oe property

public TransportProtocol protocol
Résultat TransportProtocol

reply_timeout public_oe property

public float reply_timeout
Résultat float

reply_type public_oe property

public string reply_type
Résultat string

timeout_callback public_oe property

public TimeoutEventHandler timeout_callback
Résultat TimeoutEventHandler