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