Exemple #1
0
 public RemoteAtRequest(XBeeAddress64 address64, AtCommand cmd)
     : this(address64, true, cmd)
 {
 }
Exemple #2
0
 public XBeeResponse SendCommand(AtCommand cmd)
 {
     throw new NotSupportedException("This method is not supported any more.");
 }
Exemple #3
0
 public RemoteAtRequest(XBeeAddress64 address64, bool applyChanges, AtCommand cmd)
     : this(address64, XBeeAddress16.BROADCAST, applyChanges, cmd.Command, cmd.Value)
 {
 }