Beispiel #1
0
 internal static extern V_RESULT TakeNextInstance(
     IntPtr _this,
     long handle,
     uint mask,
     readerActionFn action,
     IntPtr actionArg,
     long timeout);
 public static extern V_RESULT TakeNextInstance(
     IntPtr r,
     long h,
     uint mask,
     readerActionFn action,
     IntPtr actionArg,
     long timeout);
Beispiel #3
0
 internal static extern V_RESULT Read(
     IntPtr _this,
     uint mask,
     readerActionFn action,
     IntPtr actionArg,
     long timeout);
Beispiel #4
0
 internal static extern V_RESULT Take(
     IntPtr _this,
     readerActionFn action,
     IntPtr actionArg,
     long timeout);
Beispiel #5
0
 internal static extern V_RESULT ReadInstance(
     IntPtr _this,
     long handle,
     readerActionFn action,
     IntPtr actionArg,
     long timeout);
 public static extern V_RESULT Read(
     IntPtr r,
     uint mask,
     readerActionFn action,
     IntPtr actionArg,
     long timeout);