C# 클래스 Yodiwo.PaaS.IBM.DevClient

파일 보기 프로젝트 열기: yodiwo/plegma

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
DeviceClient_commandCallback ( string cmdName, string format, string data ) : void

메소드 상세

AcceptCmdsFromtheIOTF() 공개 메소드

public AcceptCmdsFromtheIOTF ( string cmd, byte QoS ) : void
cmd string
QoS byte
리턴 void

DevClient() 공개 메소드

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

sendeventstoIOTF() 공개 메소드

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