コード例 #1
0
 public static Packet ToPacket(this byte[] bytes)
 {
     return(Packet.TryParse(bytes, 0, bytes.Length));
 }