ACU6 Device API
Data Structures | Enumerations | Functions
ipc_hwinfo_export_generated.h File Reference

Go to the source code of this file.

Data Structures

struct  a_ipc_dyn_array_enum_hwinfo_result
 Dynamic-length array of a_ipc_enum_hwinfo_result. More...
 
struct  a_ipc_msg_hwinfo_req
 Read hardware related information. More...
 
struct  a_ipc_msg_hwinfo_rsp
 Hardware information response. More...
 

Enumerations

enum  a_ipc_enum_hwinfo_result { A_IPC_ENUM_HWINFO_RESULT_OK , A_IPC_ENUM_HWINFO_RESULT_ERROR }
 Hardware versions result codes. More...
 

Functions

A_IPC_RESULT a_ipc_init_hwinfo_req (a_ipc_msg *msg)
 Initialize the message buffer to contain a_ipc_msg_hwinfo_req. More...
 
A_IPC_RESULT a_ipc_init_hwinfo_rsp (a_ipc_msg *msg, uint32_t serial_number_maxlength, uint32_t device_uuid_maxlength, uint32_t assembled_unit_maxlength, uint32_t sales_unit_maxlength, uint32_t manufacturing_timestamp_maxlength)
 Initialize the message buffer to contain a_ipc_msg_hwinfo_rsp. More...