프로퍼티 | 타입 | 설명 | |
---|---|---|---|
onAppErrorFn | |||
onConnectionCloseFn | |||
onConnectionFn | |||
onConnectionTimeoutFn | |||
onIntervalFn | |||
onMessageReceiveFn | |||
onReConnectFn | |||
pingDelay | float | ||
timeoutMiliSecond | int |
메소드 | 설명 | |
---|---|---|
Awake ( ) : void | ||
Close ( ) : void | ||
Connect ( string host, int port ) : void | ||
Dispose ( ) : void | ||
New ( ) : |
||
OnDestroy ( ) : void | ||
ReConnect ( ) : void | ||
Receive ( ) : void | ||
Send ( |
||
Send ( byte bytes ) : void | ||
SendErro ( string type, string desc ) : void | ||
Update ( ) : void |
메소드 | 설명 | |
---|---|---|
OnConnected ( IAsyncResult rs ) : void | ||
SendCallback ( IAsyncResult rs ) : void |
public SendErro ( string type, string desc ) : void | ||
type | string | |
desc | string | |
리턴 | void |