C# Class Yodiwo.PaaS.IBM.DevClient

Mostrar archivo Open project: yodiwo/plegma

Public Methods

Method Description
AcceptCmdsFromtheIOTF ( string cmd, byte QoS ) : void
DevClient ( string organization, string devtype, string devid, string authmethod, string authtoken ) : System
sendeventstoIOTF ( string topic, string msg, byte QoS = 2 ) : void

Private Methods

Method Description
DeviceClient_commandCallback ( string cmdName, string format, string data ) : void

Method Details

AcceptCmdsFromtheIOTF() public method

public AcceptCmdsFromtheIOTF ( string cmd, byte QoS ) : void
cmd string
QoS byte
return void

DevClient() public method

public DevClient ( string organization, string devtype, string devid, string authmethod, string authtoken ) : System
organization string
devtype string
devid string
authmethod string
authtoken string
return System

sendeventstoIOTF() public method

public sendeventstoIOTF ( string topic, string msg, byte QoS = 2 ) : void
topic string
msg string
QoS byte
return void