示例#1
0
        void Send_0x00EC()
        {
            this.debugHelper("发送0x00EC==>>");
            SP0x00EC2013 sp = new SP0x00EC2013();

            sp.PrepareData(this.sessionKey, this.qqbytes);
            udp.Send(sp.bytes);
        }
示例#2
0
 void Send_0x00EC()
 {
     this.debugHelper("发送0x00EC==>>");
     SP0x00EC2013 sp = new SP0x00EC2013();
     sp.PrepareData(this.sessionKey,this.qqbytes);
     udp.Send(sp.bytes);
 }