Exemplo n.º 1
0
        void Send_0x0062()
        {
            this.debugHelper("发送0x0062==>>");
            SP0x00622013 sp = new SP0x00622013();

            sp.PrepareData(this.sessionKey, this.qqbytes);
            udp.Send(sp.bytes);
            sp.PrepareData(this.sessionKey, this.qqbytes);
            udp.Send(sp.bytes);
            sp.PrepareData(this.sessionKey, this.qqbytes);
            udp.Send(sp.bytes);
            sp.PrepareData(this.sessionKey, this.qqbytes);
            udp.Send(sp.bytes);
        }
Exemplo n.º 2
0
 void Send_0x0062()
 {
     this.debugHelper("发送0x0062==>>");
     SP0x00622013 sp = new SP0x00622013();
     sp.PrepareData(this.sessionKey,this.qqbytes);
     udp.Send(sp.bytes);
     sp.PrepareData(this.sessionKey, this.qqbytes);
     udp.Send(sp.bytes);
     sp.PrepareData(this.sessionKey, this.qqbytes);
     udp.Send(sp.bytes);
     sp.PrepareData(this.sessionKey, this.qqbytes);
     udp.Send(sp.bytes);
 }