Esempio n. 1
0
 private static extern void EchoUnsignedInt(uint value, EchoUnsignedIntCallback callback);
Esempio n. 2
0
 public static void ApiEchoUnsignedInt(uint value, EchoUnsignedIntCallback callback)
 {
     EchoUnsignedInt(value, callback);
 }