Exemplo n.º 1
0
 public void Read(ReadBufferHelper bh)
 {
     dwAccountID = bh.ReadUint32();
     szCharName  = bh.ReadFixString(32);
     dwFeature   = bh.ReadUint32();
     return;
 }
Exemplo n.º 2
0
 public void Read(ReadBufferHelper bh)
 {
     u64CharID  = bh.ReadUint64();
     szCharName = bh.ReadFixString(32);
     dwLevel    = bh.ReadUint32();
     dwFeature  = bh.ReadUint32();
     return;
 }
Exemplo n.º 3
0
 public void Read(ReadBufferHelper bh)
 {
     nRetCode       = bh.ReadUint16();
     u64CharID      = bh.ReadUint64();
     dwIdentifyCode = bh.ReadUint32();
     nProxyPort     = bh.ReadUint16();
     szProxyIpAddr  = bh.ReadFixString(32);
     return;
 }
Exemplo n.º 4
0
 public void Read(ReadBufferHelper bh)
 {
     u64CharID = bh.ReadUint64();
     szCharName = bh.ReadFixString(32);
     dwLevel = bh.ReadUint32();
     dwFeature = bh.ReadUint32();
     return ;
 }
Exemplo n.º 5
0
 public void Read(ReadBufferHelper bh)
 {
     nRetCode = bh.ReadUint16();
     u64CharID = bh.ReadUint64();
     dwIdentifyCode = bh.ReadUint32();
     nProxyPort = bh.ReadUint16();
     szProxyIpAddr = bh.ReadFixString(32);
     return ;
 }
Exemplo n.º 6
0
 public void Read(ReadBufferHelper bh)
 {
     dwAccountID = bh.ReadUint32();
     szCharName = bh.ReadFixString(32);
     dwFeature = bh.ReadUint32();
     return ;
 }
Exemplo n.º 7
0
 public void Read(ReadBufferHelper bh)
 {
     szAccountName = bh.ReadFixString(32);
     szPassword = bh.ReadFixString(32);
     return ;
 }
Exemplo n.º 8
0
 public void Read(ReadBufferHelper bh)
 {
     szGMCommand = bh.ReadFixString(32);
     return ;
 }
Exemplo n.º 9
0
 public void Read(ReadBufferHelper bh)
 {
     szAccountName = bh.ReadFixString(32);
     szPassword    = bh.ReadFixString(32);
     return;
 }
Exemplo n.º 10
0
 public void Read(ReadBufferHelper bh)
 {
     szGMCommand = bh.ReadFixString(32);
     return;
 }