TapSDK C#
Classes | Public Member Functions | Public Attributes | List of all members
TapTap.Common.Command Class Reference

Classes

class  Builder
 

Public Member Functions

 Command ()
 
 Command (string json)
 
string ToJSON ()
 
 Command (string service, string method, bool callback, Dictionary< string, object > dic)
 
 Command (string service, string method, bool callback, bool onceTime, Dictionary< string, object > dic)
 

Public Attributes

string service
 
string method
 
string args
 
bool callback
 
string callbackId
 
bool onceTime
 

Constructor & Destructor Documentation

◆ Command() [1/4]

TapTap.Common.Command.Command ( )
inline

◆ Command() [2/4]

TapTap.Common.Command.Command ( string  json)
inline

◆ Command() [3/4]

TapTap.Common.Command.Command ( string  service,
string  method,
bool  callback,
Dictionary< string, object >  dic 
)
inline

◆ Command() [4/4]

TapTap.Common.Command.Command ( string  service,
string  method,
bool  callback,
bool  onceTime,
Dictionary< string, object >  dic 
)
inline

Member Function Documentation

◆ ToJSON()

string TapTap.Common.Command.ToJSON ( )
inline

Member Data Documentation

◆ args

string TapTap.Common.Command.args

◆ callback

bool TapTap.Common.Command.callback

◆ callbackId

string TapTap.Common.Command.callbackId

◆ method

string TapTap.Common.Command.method

◆ onceTime

bool TapTap.Common.Command.onceTime

◆ service

string TapTap.Common.Command.service

The documentation for this class was generated from the following file: