コード例 #1
0
 public static bool TryParse(MemoryCursor cursor)
 {
     return(FrameType.TrySlice(cursor, FrameType.Ping));
 }