tee_device_address(3) Library Functions Manual tee_device_address(3)

tee_device_address

#include <metee.h>


enum { TEE_DEVICE_TYPE_NONE = 0, TEE_DEVICE_TYPE_PATH = 1, TEE_DEVICE_TYPE_HANDLE = 2, TEE_DEVICE_TYPE_GUID = 3, TEE_DEVICE_TYPE_MAX = 4 }


enum tee_device_address:: { ... } type
union {
const char * path
const GUID * guid
TEE_DEVICE_HANDLE handle
} data

Device address passed to the init function

Definition at line 98 of file metee.h.

Device address type

Enumerator

Select first available device
Use device by path (char*)
Use device by pre-opend handle
Select first device by GUID (Windows only)
upper sentinel

Definition at line 101 of file metee.h.

Device address

< Path to device

Definition at line 111 of file metee.h.

Device GUID (Windows only) Pre-opend handle

Definition at line 112 of file metee.h.

Definition at line 110 of file metee.h.

Device address type

Generated automatically by Doxygen for metee from the source code.

Sat Mar 2 2024 13:33:21 metee