예제 #1
0
 public RemoteAtRequest(XBeeAddress64 address64, AtCommand cmd)
     : this(address64, true, cmd)
 {
 }
예제 #2
0
파일: XBee.cs 프로젝트: joshjliu/Zigbee-3
 public XBeeResponse SendCommand(AtCommand cmd)
 {
     throw new NotSupportedException("This method is not supported any more.");
 }
예제 #3
0
 public RemoteAtRequest(XBeeAddress64 address64, bool applyChanges, AtCommand cmd)
     : this(address64, XBeeAddress16.BROADCAST, applyChanges, cmd.Command, cmd.Value)
 {
 }