Exemplo n.º 1
0
        public CP0314Packet(byte com)
        {
            NeedCommand = com;

            Header  = new CP0314PacketHead();
            RxCount = 0;
        }
Exemplo n.º 2
0
 public CP0314Packet()
 {
     NeedCommand = 0xff;
     Header      = new CP0314PacketHead();
     RxCount     = 0;
 }