예제 #1
0
 public string GetTopic()
 {
     return(M2MgoTopics.GetCommandTopic(_blueprintId, _thingId));
 }
예제 #2
0
 public string GetTopic()
 {
     return(M2MgoTopics.GetAttributeTopic(_blueprintId, _thingId));
 }
예제 #3
0
파일: DataTopic.cs 프로젝트: sgetuic/AWS_CA
 public string GetTopic()
 {
     return(M2MgoTopics.GetDataTopic(_blueprintId, _thingId, _sensorId));
 }