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