예제 #1
0
 public static void RegisterDatagramFlags(int tmCid, TmDatagramFlags flags)
 {
     Native.TmcSetDgrmFlags(tmCid, (uint)flags);
 }