NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
te_get_property_args_t Struct Reference

Detailed Description

Holds data about the TA client.

Definition at line 182 of file ote_service.h.

Collaboration diagram for te_get_property_args_t:

Data Fields

te_property_type_t prop
 Holds the TE_PROPERTY_* value. More...
 
uint32_t data_type
 Holds the data type of property. More...
 
union {
   te_service_id_t   uuid
 
   te_identity_t   identity
 
value
 Holds the return value. More...
 
size_t value_size
 Holds the size of return value. More...
 
te_error_t result
 

Field Documentation

uint32_t te_get_property_args_t::data_type

Holds the data type of property.

Definition at line 184 of file ote_service.h.

te_identity_t te_get_property_args_t::identity

Definition at line 187 of file ote_service.h.

te_property_type_t te_get_property_args_t::prop

Holds the TE_PROPERTY_* value.

Definition at line 183 of file ote_service.h.

te_error_t te_get_property_args_t::result

Definition at line 190 of file ote_service.h.

te_service_id_t te_get_property_args_t::uuid

Definition at line 186 of file ote_service.h.

union { ... } te_get_property_args_t::value

Holds the return value.

size_t te_get_property_args_t::value_size

Holds the size of return value.

Definition at line 189 of file ote_service.h.


The documentation for this struct was generated from the following file: