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

파일 보기 프로젝트 열기: yodiwo/plegma 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
OnThingEventCb OnThingEvent
applicationClient com.ibm.iotf.client.ApplciationClient

공개 메소드들

메소드 설명
AppClient ( string organization, string appname, string apikey, string authtoken ) : System
SendCommands ( string devType, string devId, string command, string data ) : void

비공개 메소드들

메소드 설명
EventHandler ( string evtName, string format, string data ) : void
StatusHandler ( string deviceType, string deviceId, string data ) : void

메소드 상세

AppClient() 공개 메소드

public AppClient ( string organization, string appname, string apikey, string authtoken ) : System
organization string
appname string
apikey string
authtoken string
리턴 System

SendCommands() 공개 메소드

public SendCommands ( string devType, string devId, string command, string data ) : void
devType string
devId string
command string
data string
리턴 void

프로퍼티 상세

OnThingEventCb 공개적으로 프로퍼티

public OnThingEvent OnThingEventCb
리턴 OnThingEvent

applicationClient 공개적으로 프로퍼티

public ApplciationClient,com.ibm.iotf.client applicationClient
리턴 com.ibm.iotf.client.ApplciationClient