summaryrefslogtreecommitdiff
path: root/man/fido_cbor_info_new.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/fido_cbor_info_new.3')
-rw-r--r--man/fido_cbor_info_new.312
1 files changed, 10 insertions, 2 deletions
diff --git a/man/fido_cbor_info_new.3 b/man/fido_cbor_info_new.3
index d1e4c41..3e7de1f 100644
--- a/man/fido_cbor_info_new.3
+++ b/man/fido_cbor_info_new.3
@@ -20,7 +20,8 @@
20.Nm fido_cbor_info_protocols_len , 20.Nm fido_cbor_info_protocols_len ,
21.Nm fido_cbor_info_versions_len , 21.Nm fido_cbor_info_versions_len ,
22.Nm fido_cbor_info_options_len , 22.Nm fido_cbor_info_options_len ,
23.Nm fido_cbor_info_maxmsgsiz 23.Nm fido_cbor_info_maxmsgsiz ,
24.Nm fido_cbor_info_fwversion
24.Nd FIDO 2 CBOR Info API 25.Nd FIDO 2 CBOR Info API
25.Sh SYNOPSIS 26.Sh SYNOPSIS
26.In fido.h 27.In fido.h
@@ -54,6 +55,8 @@
54.Fn fido_cbor_info_options_len "const fido_cbor_info_t *ci" 55.Fn fido_cbor_info_options_len "const fido_cbor_info_t *ci"
55.Ft uint64_t 56.Ft uint64_t
56.Fn fido_cbor_info_maxmsgsiz "const fido_cbor_info_t *ci" 57.Fn fido_cbor_info_maxmsgsiz "const fido_cbor_info_t *ci"
58.Ft uint64_t
59.Fn fido_cbor_info_fwversion "const fido_cbor_info_t *ci"
57.Sh DESCRIPTION 60.Sh DESCRIPTION
58The 61The
59.Fn fido_cbor_info_new 62.Fn fido_cbor_info_new
@@ -124,7 +127,12 @@ The length of the options array is returned by
124.Pp 127.Pp
125The 128The
126.Fn fido_cbor_info_maxmsgsiz 129.Fn fido_cbor_info_maxmsgsiz
127function returns the maximum message size of 130function returns the maximum message size attribute of
131.Fa ci .
132.Pp
133The
134.Fn fido_cbor_info_fwversion
135function returns the firmware version attribute of
128.Fa ci . 136.Fa ci .
129.Pp 137.Pp
130A complete example of how to use these functions can be found in the 138A complete example of how to use these functions can be found in the