Example #1
0
 protected void WriteBncsPacket(byte command, params IEnumerable <byte>[] args)
 {
     byte[] packet = _bncsConnection.BuildPacket(command, args);
     _bncsConnection.Write(packet);
 }