コード例 #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);
     }
 }
コード例 #2
0
        public void GG()
        {
            CP0x0825_SENDER sender = new CP0x0825_SENDER();

            sender.test();
        }
コード例 #3
0
ファイル: CP0x0825.cs プロジェクト: BGCX261/znqq-svn-to-git
 public void GG()
 {
     CP0x0825_SENDER sender = new CP0x0825_SENDER();
     sender.test();
 }