コード例 #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));
 }