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