Esempio n. 1
0
 public LoraControllerFullInfo(LoraControllerInfoSimple loraControllerInfo, string rxTopicName, string txTopicName, AttachedObjectConfig attachedControllerConfig)
 {
     LoraControllerInfo       = loraControllerInfo;
     RxTopicName              = rxTopicName;
     TxTopicName              = txTopicName;
     AttachedControllerConfig = attachedControllerConfig;
 }
 private bool Equals(AttachedObjectConfig other)
 {
     return(string.Equals(Gateway, other.Gateway) && Channel == other.Channel && Type == other.Type && Number == other.Number);
 }