C# 클래스 Fun.FunapiMessage

파일 보기 프로젝트 열기: iFunFactory/demo-kgc-2015 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
buffer ArraySegment
enc_type EncryptionType
message object
msg_type string
protocol TransportProtocol
reply_timeout float
reply_type string
timeout_callback TimeoutEventHandler

공개 메소드들

메소드 설명
FunapiMessage ( TransportProtocol protocol, string msg_type, object message, EncryptionType enc = EncryptionType.kDefaultEncryption ) : UnityEngine
SetReply ( string reply_type, float reply_timeout, TimeoutEventHandler callback ) : void

메소드 상세

FunapiMessage() 공개 메소드

public FunapiMessage ( TransportProtocol protocol, string msg_type, object message, EncryptionType enc = EncryptionType.kDefaultEncryption ) : UnityEngine
protocol TransportProtocol
msg_type string
message object
enc EncryptionType
리턴 UnityEngine

SetReply() 공개 메소드

public SetReply ( string reply_type, float reply_timeout, TimeoutEventHandler callback ) : void
reply_type string
reply_timeout float
callback TimeoutEventHandler
리턴 void

프로퍼티 상세

buffer 공개적으로 프로퍼티

public ArraySegment buffer
리턴 ArraySegment

enc_type 공개적으로 프로퍼티

public EncryptionType enc_type
리턴 EncryptionType

message 공개적으로 프로퍼티

public object message
리턴 object

msg_type 공개적으로 프로퍼티

public string msg_type
리턴 string

protocol 공개적으로 프로퍼티

public TransportProtocol protocol
리턴 TransportProtocol

reply_timeout 공개적으로 프로퍼티

public float reply_timeout
리턴 float

reply_type 공개적으로 프로퍼티

public string reply_type
리턴 string

timeout_callback 공개적으로 프로퍼티

public TimeoutEventHandler timeout_callback
리턴 TimeoutEventHandler