C# 클래스 SocketIOClient.EndPointClient

상속: IEndPointClient
파일 보기 프로젝트 열기: ase-lab/SoD_Sensor_v2 1 사용 예제들

공개 메소드들

메소드 설명
Emit ( string eventName, dynamic payload, Action callBack = null ) : void
EndPointClient ( IClient client, string endPoint ) : System
On ( string eventName, Action action ) : void
Send ( Messages msg ) : void

비공개 메소드들

메소드 설명
validateNameSpace ( string name ) : void

메소드 상세

Emit() 공개 메소드

public Emit ( string eventName, dynamic payload, Action callBack = null ) : void
eventName string
payload dynamic
callBack Action
리턴 void

EndPointClient() 공개 메소드

public EndPointClient ( IClient client, string endPoint ) : System
client IClient
endPoint string
리턴 System

On() 공개 메소드

public On ( string eventName, Action action ) : void
eventName string
action Action
리턴 void

Send() 공개 메소드

public Send ( Messages msg ) : void
msg Messages
리턴 void