public AtCommand(string command, params byte[] value) : this(UshortUtils.FromAscii(command), value) { }
public RemoteAtCommand(string command, XBeeAddress64 remoteSerial, XBeeAddress16 remoteAddress, byte[] value = null, bool applyChanges = true) : this(UshortUtils.FromAscii(command), remoteSerial, remoteAddress, value, applyChanges) { }