|
|
NVIDIA DRIVE OS Linux API Reference5.1.0.2 Release |
Holds data about the TA client.
Definition at line 182 of file ote_service.h.

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 |
| 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.