C# Class Netronics.Mobile.Client

Mostra file Open project: shlee322/Netronics Class Usage Examples

Public Methods

Method Description
Auth ( Newtonsoft.Json.Linq.JObject authData ) : void
Client ( IChannel channel ) : System
Emit ( string type, JToken o ) : void
GetId ( ) : long

Method Details

Auth() public method

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

Client() public method

public Client ( IChannel channel ) : System
channel IChannel
return System

Emit() public method

public Emit ( string type, JToken o ) : void
type string
o JToken
return void

GetId() public method

public GetId ( ) : long
return long