|
NAMEfido_bio_info_new ,
fido_bio_info_free ,
fido_bio_info_type ,
fido_bio_info_max_samples —
FIDO 2 biometric sensor information API
SYNOPSIS#include <fido.h>
#include <fido/bio.h>
fido_bio_info_t *
void
uint8_t
uint8_t
DESCRIPTIONBiometric sensor metadata is abstracted in libfido2 by the fido_bio_info_t type.The functions described in this page allow a fido_bio_info_t type to be allocated, deallocated, and inspected. For device operations on fido_bio_info_t, please refer to fido_bio_dev_get_info(3). The The The The SEE ALSOfido_bio_dev_get_info(3), fido_bio_enroll_new(3), fido_bio_template(3)
Visit the GSP FreeBSD Man Page Interface. |