Exemplo n.º 1
0
 public void test()
 {
     fixed(byte *buf = send_bytes)
     {
         S0x0825 *head = (S0x0825 *)buf;
         uint     qq1  = head->qq;
         uint     qq2  = BitConverter.ToUInt32(CP0x0825_SENDER.ReverseBytes(BitConverter.GetBytes(head->qq)), 0);
     }
 }
Exemplo n.º 2
0
        public void GG()
        {
            CP0x0825_SENDER sender = new CP0x0825_SENDER();

            sender.test();
        }
Exemplo n.º 3
0
 public void GG()
 {
     CP0x0825_SENDER sender = new CP0x0825_SENDER();
     sender.test();
 }