C# 클래스 Netronics.Mobile.Client

파일 보기 프로젝트 열기: shlee322/Netronics 1 사용 예제들

공개 메소드들

메소드 설명
Auth ( Newtonsoft.Json.Linq.JObject authData ) : void
Client ( IChannel channel ) : System
Emit ( string type, JToken o ) : void
GetId ( ) : long

메소드 상세

Auth() 공개 메소드

public Auth ( Newtonsoft.Json.Linq.JObject authData ) : void
authData Newtonsoft.Json.Linq.JObject
리턴 void

Client() 공개 메소드

public Client ( IChannel channel ) : System
channel IChannel
리턴 System

Emit() 공개 메소드

public Emit ( string type, JToken o ) : void
type string
o JToken
리턴 void

GetId() 공개 메소드

public GetId ( ) : long
리턴 long