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