Exemplo n.º 1
0
 public static Int64 DecodePacketType(Byte[] data, ref Int32 offset)
 {
     return(PacketUtil.DecodeInt64(data, ref offset));
 }