C# Class Yodiwo.PaaS.IBM.DevClient

Afficher le fichier Open project: yodiwo/plegma

Méthodes publiques

Méthode 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

Méthode Description
DeviceClient_commandCallback ( string cmdName, string format, string data ) : void

Method Details

AcceptCmdsFromtheIOTF() public méthode

public AcceptCmdsFromtheIOTF ( string cmd, byte QoS ) : void
cmd string
QoS byte
Résultat void

DevClient() public méthode

public DevClient ( string organization, string devtype, string devid, string authmethod, string authtoken ) : System
organization string
devtype string
devid string
authmethod string
authtoken string
Résultat System

sendeventstoIOTF() public méthode

public sendeventstoIOTF ( string topic, string msg, byte QoS = 2 ) : void
topic string
msg string
QoS byte
Résultat void