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