Пример #1
0
 public static Int64 decodePacketType(Byte[] data, ref Int32 offset)
 {
     return(PacketUtil.decodeInt64(data, ref offset));
 }