Beispiel #1
0
 public static extern int fp_dev_supports_identification(ref fp_dev dev);
Beispiel #2
0
 public static extern int fp_dev_get_img_width(ref fp_dev dev);
Beispiel #3
0
 public static extern int fp_enroll_finger(ref fp_dev dev, ref IntPtr print_data);
Beispiel #4
0
 public static extern uint fp_dev_get_devtype(ref fp_dev dev);
Beispiel #5
0
 public static extern int fp_dev_supports_dscv_print(ref fp_dev dev, ref fp_dscv_print print);
Beispiel #6
0
 public static extern int fp_async_identify_start(ref fp_dev dev, ref IntPtr gallery, fp_identify_cb callback, IntPtr user_data);
Beispiel #7
0
 public static extern System.IntPtr fp_dev_get_driver(ref fp_dev dev);
Beispiel #8
0
 public static extern int fp_dev_get_img_width(ref fp_dev dev);
Beispiel #9
0
 public static extern int fp_dev_get_img_height(ref fp_dev dev);
Beispiel #10
0
 public static extern int fp_dev_supports_dscv_print(ref fp_dev dev, ref fp_dscv_print print);
Beispiel #11
0
 public static extern int fp_dev_supports_imaging(ref fp_dev dev);
Beispiel #12
0
 public static extern int fp_dev_supports_print_data(ref fp_dev dev, ref fp_print_data data);
Beispiel #13
0
 public static extern uint fp_dev_get_devtype(ref fp_dev dev);
Beispiel #14
0
 public static extern int fp_dev_get_nr_enroll_stages(ref fp_dev dev);
Beispiel #15
0
 public static extern int fp_print_data_delete(ref fp_dev dev, fp_finger finger);
Beispiel #16
0
 public static extern int fp_enroll_finger(ref fp_dev dev, ref System.IntPtr print_data);
Beispiel #17
0
 public static extern int fp_async_enroll_start(ref fp_dev dev, fp_enroll_stage_cb callback, IntPtr user_data);
Beispiel #18
0
 public static extern int fp_verify_finger(ref fp_dev dev, ref fp_print_data enrolled_print);
Beispiel #19
0
 public static extern int fp_async_capture_start(ref fp_dev dev, int unconditional, fp_capture_cb callback, IntPtr user_data);
Beispiel #20
0
 public static extern int fp_dev_supports_identification(ref fp_dev dev);
Beispiel #21
0
 public static extern int fp_dev_get_nr_enroll_stages(ref fp_dev dev);
Beispiel #22
0
 public static extern int fp_print_data_load(ref fp_dev dev, fp_finger finger, ref System.IntPtr data);
Beispiel #23
0
 public static extern int fp_dev_supports_print_data(ref fp_dev dev, ref fp_print_data data);
Beispiel #24
0
 public static extern int fp_print_data_delete(ref fp_dev dev, fp_finger finger);
Beispiel #25
0
 public static extern int fp_dev_supports_imaging(ref fp_dev dev);
Beispiel #26
0
 public static extern void fp_async_dev_close(ref fp_dev dev, fp_dev_close_cb callback, System.IntPtr user_data);
Beispiel #27
0
 public static extern int fp_dev_get_img_height(ref fp_dev dev);
Beispiel #28
0
 public static extern int fp_async_enroll_start(ref fp_dev dev, fp_enroll_stage_cb callback, System.IntPtr user_data);
Beispiel #29
0
 public static extern int fp_verify_finger(ref fp_dev dev, ref fp_print_data enrolled_print);
Beispiel #30
0
 public static extern int fp_async_verify_start(ref fp_dev dev, ref fp_print_data data, fp_verify_cb callback, System.IntPtr user_data);
Beispiel #31
0
 public static extern int fp_print_data_load(ref fp_dev dev, fp_finger finger, ref IntPtr data);
Beispiel #32
0
 public static extern int fp_async_identify_start(ref fp_dev dev, ref System.IntPtr gallery, fp_identify_cb callback, System.IntPtr user_data);
Beispiel #33
0
 public static extern void fp_async_dev_close(ref fp_dev dev, fp_dev_close_cb callback, IntPtr user_data);
Beispiel #34
0
 public static extern int fp_async_capture_start(ref fp_dev dev, int unconditional, fp_capture_cb callback, System.IntPtr user_data);
Beispiel #35
0
 public static extern int fp_async_verify_start(ref fp_dev dev, ref fp_print_data data, fp_verify_cb callback, IntPtr user_data);
Beispiel #36
0
 public static extern int fp_async_capture_stop(ref fp_dev dev, fp_capture_stop_cb callback, System.IntPtr user_data);
Beispiel #37
0
 public static extern int fp_async_identify_stop(ref fp_dev dev, fp_identify_stop_cb callback, IntPtr user_data);
Beispiel #38
0
 public static extern IntPtr fp_dev_get_driver(ref fp_dev dev);
Beispiel #39
0
 public static extern int fp_async_capture_stop(ref fp_dev dev, fp_capture_stop_cb callback, IntPtr user_data);
Beispiel #40
0
 public static extern int fp_async_verify_stop(ref fp_dev dev, fp_verify_stop_cb callback, System.IntPtr user_data);