コード例 #1
0
        void Send_0x0825()
        {
            this.debugHelper("发送0x0825==>>");
            SP0X0825 sp = new SP0X0825(this, this.id0x0825);

            sp.QQ  = this._qq;
            sp.key = this.key0x0825;
            sp.PrepareData(qqbytes);
            udp.Send(sp.bytes);
            this.debugHelper(string.Format("{0}", Tools.BytesToHexString(sp.raw_data)));
        }
コード例 #2
0
 void Send_0x0825()
 {
     this.debugHelper("发送0x0825==>>");
     SP0X0825 sp = new SP0X0825(this,this.id0x0825);
     sp.QQ = this._qq;
     sp.key = this.key0x0825;
     sp.PrepareData(qqbytes);
     udp.Send(sp.bytes);
     this.debugHelper(string.Format("{0}", Tools.BytesToHexString(sp.raw_data)));
 }