示例#1
0
 public string GetTopic()
 {
     return(M2MgoTopics.GetCommandTopic(_blueprintId, _thingId));
 }
示例#2
0
 public string GetTopic()
 {
     return(M2MgoTopics.GetAttributeTopic(_blueprintId, _thingId));
 }
示例#3
0
 public string GetTopic()
 {
     return(M2MgoTopics.GetDataTopic(_blueprintId, _thingId, _sensorId));
 }