コード例 #1
0
 // 心跳包
 public void ReqHello(String uid)
 {
     byte[] data = PBConverter.ReqHello(uid);
     SendData(data);
 }