VirtualBox

source: vbox/trunk/src/libs/libtpms-0.9.6/man/man3/TPMLIB_GetVersion.pod@ 101669

Last change on this file since 101669 was 91612, checked in by vboxsync, 3 years ago

src/libs: Export libtpms-0.9.0, bugref:10078

File size: 611 bytes
Line 
1=head1 NAME
2
3TPMLIB_GetVersion - Get the version of the TPM library
4
5=head1 LIBRARY
6
7TPM library (libtpms, -ltpms)
8
9=head1 SYNOPSIS
10
11B<#include <libtpms/tpm_library.h>>
12
13B<uint32_t TPMLIB_GetVersion(void);>
14
15=head1 DESCRIPTION
16
17The B<TPMLIB_GetVersion()> function returns the libtpms library version.
18The TPM library version is formatted as follows:
19
20 Bits 0 - 7 : revision of the library
21 Bits 8 -15 : minor version number of the library
22 Bits 16-23 : major version number of the library
23
24V0.5.1 is therefore represented as 0x00000501.
25
26=head1 SEE ALSO
27
28B<TPMLIB_MainInit>(3), B<TPMLIB_Terminate>(3)
29
30=cut
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette