Ejemplo n.º 1
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.º 2
0
 public static extern int fp_dscv_dev_supports_print_data(ref fp_dscv_dev dev, ref fp_print_data print);
Ejemplo n.º 3
0
 public static extern ushort fp_print_data_get_driver_id(ref fp_print_data data);
Ejemplo n.º 4
0
 public static extern uint fp_print_data_get_devtype(ref fp_print_data data);
Ejemplo n.º 5
0
 public static extern int fp_verify_finger(ref fp_dev dev, ref fp_print_data enrolled_print);
Ejemplo n.º 6
0
 public static extern int fp_print_data_save(ref fp_print_data data, fp_finger finger);
Ejemplo n.º 7
0
 public static extern int fp_dscv_dev_supports_print_data(ref fp_dscv_dev dev, ref fp_print_data print);
Ejemplo n.º 8
0
 public static extern IntPtr fp_dscv_dev_for_print_data(ref IntPtr devs, ref fp_print_data print);
Ejemplo n.º 9
0
 public static extern uint fp_print_data_get_devtype(ref fp_print_data data);
Ejemplo n.º 10
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.º 11
0
 public static extern ushort fp_print_data_get_driver_id(ref fp_print_data data);
Ejemplo n.º 12
0
 public static extern int fp_print_data_save(ref fp_print_data data, fp_finger finger);
Ejemplo n.º 13
0
 public static extern int fp_identify_finger(IntPtr dev, ref fp_print_data[] print_gallery, ref uint match_offset);
Ejemplo n.º 14
0
 public static extern int fp_verify_finger(ref fp_dev dev, ref fp_print_data enrolled_print);
Ejemplo n.º 15
0
 public static extern System.IntPtr fp_dscv_dev_for_print_data(ref System.IntPtr devs, ref fp_print_data print);