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