summaryrefslogtreecommitdiff
path: root/man/fido_cbor_info_new.3
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2020-04-17 20:57:34 +0100
committerColin Watson <cjwatson@debian.org>2020-04-18 09:48:21 +0100
commitdf7226c4b684fd229dc046388225c69ded877721 (patch)
treee69014e1ee868c4ec178b8a36baae7de31786beb /man/fido_cbor_info_new.3
parentf794345c2d734f593da8ed7754e5dbb5809c688d (diff)
parent75073d0a8478441cc97a6efa10b566c5fb1dac81 (diff)
Update upstream source from tag 'upstream/1.4.0'
Update to upstream version '1.4.0' with Debian dir 64889867df57bd13ea0cb964223697d378d391ce
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