![]() |
ACU6 Device API
|
Go to the source code of this file.
Data Structures | |
struct | a_ipc_dyn_string |
Dynamic-length string. More... | |
struct | a_ipc_dyn_array_int8 |
Dynamic-length array of int8. More... | |
struct | a_ipc_dyn_array_uint8 |
Dynamic-length array of uint8. More... | |
struct | a_ipc_dyn_array_int16 |
Dynamic-length array of int16. More... | |
struct | a_ipc_dyn_array_uint16 |
Dynamic-length array of uint16. More... | |
struct | a_ipc_dyn_array_int32 |
Dynamic-length array of int32. More... | |
struct | a_ipc_dyn_array_uint32 |
Dynamic-length array of uint32. More... | |
struct | a_ipc_dyn_array_int64 |
Dynamic-length array of int64. More... | |
struct | a_ipc_dyn_array_uint64 |
Dynamic-length array of uint64. More... | |
struct | a_ipc_dyn_array_bool |
Dynamic-length array of bool. More... | |
struct | a_ipc_msg |
AIPC Message. More... | |
union | a_ipc_msg.__unnamed2__ |
struct a_ipc_dyn_string |
struct a_ipc_dyn_array_int8 |
struct a_ipc_dyn_array_uint8 |
struct a_ipc_dyn_array_int16 |
struct a_ipc_dyn_array_uint16 |
struct a_ipc_dyn_array_int32 |
struct a_ipc_dyn_array_uint32 |
struct a_ipc_dyn_array_int64 |
struct a_ipc_dyn_array_uint64 |
struct a_ipc_dyn_array_bool |
struct a_ipc_msg |
AIPC Message.
All available messages types are collected as a union. Access the union member matching info->type
.
To change the type of a message, use the matching a_ipc_init_<msgtype>()
function.
Use a_ipc_copy_message() to copy a message.
Defined in generated headers for each application
Data Fields | ||
---|---|---|
union a_ipc_msg | __unnamed__ | |
a_ipc_msg_info | info |
General info about the message. Should not be updated by the user. |
union a_ipc_msg.__unnamed2__ |
Data Fields | ||
---|---|---|
uint64_t | _structured_data | Empty member for alignment and addressing. |
a_ipc_msg_accelerometer_configure_req | accelerometer_configure_req | Request to configure the accelerometer service. |
a_ipc_msg_accelerometer_configure_rsp | accelerometer_configure_rsp |
Sent in response to accelerometer_configure_req message. |
a_ipc_msg_accelerometer_publish_ind | accelerometer_publish_ind | accelerometer data event |
a_ipc_msg_accelerometer_release_req_norsp | accelerometer_release_req_norsp |
Release accelerometer service for given user user |
a_ipc_msg_accelerometer_request_req | accelerometer_request_req | Request the accelerometer service. |
a_ipc_msg_accelerometer_request_rsp | accelerometer_request_rsp | Accelerometer request result. |
a_ipc_msg_accelerometer_subscribe_req | accelerometer_subscribe_req |
Subscribe to updates for accelerometer. a_ipc_msg_accelerometer_publish_ind will be received until a_ipc_msg_accelerometer_unsubscribe_req_norsp is sent |
a_ipc_msg_accelerometer_subscribe_rsp | accelerometer_subscribe_rsp | Sent in response to a_ipc_msg_accelerometer_subscribe_req. |
a_ipc_msg_accelerometer_unsubscribe_req_norsp | accelerometer_unsubscribe_req_norsp |
Unsubscribe from updates for accelerometer. a_ipc_msg_accelerometer_publish_ind will no longer be received |
a_ipc_msg_analog_inputs_configure_channel_req | analog_inputs_configure_channel_req | Request to configure one analog inputs channel. |
a_ipc_msg_analog_inputs_configure_channel_rsp | analog_inputs_configure_channel_rsp |
Sent in response to analog_inputs_configure_channel_req message. |
a_ipc_msg_analog_inputs_release_req_norsp | analog_inputs_release_req_norsp |
Release analog inputs service for given user user |
a_ipc_msg_analog_inputs_request_req | analog_inputs_request_req | Request the analog inputs service. |
a_ipc_msg_analog_inputs_request_rsp | analog_inputs_request_rsp | Analog inputs request result. |
a_ipc_msg_analog_inputs_values_publish_ind | analog_inputs_values_publish_ind | Analog input event. |
a_ipc_msg_analog_inputs_values_subscribe_req | analog_inputs_values_subscribe_req |
Subscribe to updates for analog_inputs_values. a_ipc_msg_analog_inputs_values_publish_ind will be received until a_ipc_msg_analog_inputs_values_unsubscribe_req_norsp is sent |
a_ipc_msg_analog_inputs_values_subscribe_rsp | analog_inputs_values_subscribe_rsp | Sent in response to a_ipc_msg_analog_inputs_values_subscribe_req. |
a_ipc_msg_analog_inputs_values_unsubscribe_req_norsp | analog_inputs_values_unsubscribe_req_norsp |
Unsubscribe from updates for analog_inputs_values. a_ipc_msg_analog_inputs_values_publish_ind will no longer be received |
a_ipc_msg_bt_publish_ind | bt_publish_ind | BT status publish event. |
a_ipc_msg_bt_release_req_norsp | bt_release_req_norsp | Release BT service. |
a_ipc_msg_bt_request_req | bt_request_req | Request BT service. |
a_ipc_msg_bt_request_rsp | bt_request_rsp | Request BT service request response. |
a_ipc_msg_bt_subscribe_req | bt_subscribe_req |
Subscribe to updates for bt. a_ipc_msg_bt_publish_ind will be received until a_ipc_msg_bt_unsubscribe_req_norsp is sent |
a_ipc_msg_bt_subscribe_rsp | bt_subscribe_rsp | Sent in response to a_ipc_msg_bt_subscribe_req. |
a_ipc_msg_bt_unsubscribe_req_norsp | bt_unsubscribe_req_norsp |
Unsubscribe from updates for bt. a_ipc_msg_bt_publish_ind will no longer be received |
a_ipc_msg_bub_battery_temperature_req | bub_battery_temperature_req | Request to read the battery temperature. |
a_ipc_msg_bub_battery_temperature_rsp | bub_battery_temperature_rsp |
Sent in response to bub_battery_temperature_req message. |
a_ipc_msg_bub_board_temperature_req | bub_board_temperature_req | Request to read the board temperature. |
a_ipc_msg_bub_board_temperature_rsp | bub_board_temperature_rsp |
Sent in response to bub_board_temperature_req message. |
a_ipc_msg_bub_release_req_norsp | bub_release_req_norsp | Release a BUB interface. |
a_ipc_msg_bub_request_req | bub_request_req | Request a BUB interface. |
a_ipc_msg_bub_request_rsp | bub_request_rsp | BUB interface request result. |
a_ipc_msg_bub_status_req | bub_status_req | Check the state of the BUB interface. |
a_ipc_msg_bub_status_rsp | bub_status_rsp | BUB status. |
a_ipc_msg_can_configure_req | can_configure_req | Request to configure a CAN interface. |
a_ipc_msg_can_configure_rsp | can_configure_rsp |
Sent in response to can_configure_req message. |
a_ipc_msg_can_release_req | can_release_req | Release a CAN interface. |
a_ipc_msg_can_release_rsp | can_release_rsp | CAN interface release result. |
a_ipc_msg_can_request_req | can_request_req | Request a CAN interface. |
a_ipc_msg_can_request_rsp | can_request_rsp | CAN interface request result. |
a_ipc_msg_can_reset_req | can_reset_req | CAN reset request. |
a_ipc_msg_can_reset_rsp | can_reset_rsp |
Sent in response to can_reset_req message. |
a_ipc_msg_can_set_wakeup_req | can_set_wakeup_req | CAN wakeup configuration. |
a_ipc_msg_can_set_wakeup_rsp | can_set_wakeup_rsp |
Sent in response to can_set_wakeup_req message. |
a_ipc_msg_can_status_req | can_status_req | Check the state of the CAN interface. |
a_ipc_msg_can_status_rsp | can_status_rsp | CAN interface state. |
a_ipc_msg_cellular_data_release_req_norsp | cellular_data_release_req_norsp | Release a modem data connection. |
a_ipc_msg_cellular_data_request_req | cellular_data_request_req | Request a modem data connection. |
a_ipc_msg_cellular_data_request_rsp | cellular_data_request_rsp | Modem data connection request result. |
a_ipc_msg_cellular_data_secondary_release_req_norsp | cellular_data_secondary_release_req_norsp | Release the secondary modem data connection. |
a_ipc_msg_cellular_data_secondary_request_req | cellular_data_secondary_request_req | Request the secondary modem data connection. |
a_ipc_msg_cellular_data_secondary_request_rsp | cellular_data_secondary_request_rsp | Modem data connection request result. |
a_ipc_msg_cellular_extended_status_publish_ind | cellular_extended_status_publish_ind | A message with extended cellular status information. |
a_ipc_msg_cellular_extended_status_subscribe_req | cellular_extended_status_subscribe_req |
Subscribe to updates for cellular_extended_status. a_ipc_msg_cellular_extended_status_publish_ind will be received until a_ipc_msg_cellular_extended_status_unsubscribe_req_norsp is sent |
a_ipc_msg_cellular_extended_status_subscribe_rsp | cellular_extended_status_subscribe_rsp | Sent in response to a_ipc_msg_cellular_extended_status_subscribe_req. |
a_ipc_msg_cellular_extended_status_unsubscribe_req_norsp | cellular_extended_status_unsubscribe_req_norsp |
Unsubscribe from updates for cellular_extended_status. a_ipc_msg_cellular_extended_status_publish_ind will no longer be received |
a_ipc_msg_cellular_info_req | cellular_info_req | Request Modem and SIM information. |
a_ipc_msg_cellular_info_rsp | cellular_info_rsp | Modem and SIM information result. |
a_ipc_msg_cellular_status_latest_req | cellular_status_latest_req | Request latest known cellular status. |
a_ipc_msg_cellular_status_latest_rsp | cellular_status_latest_rsp | Request latest known cellular status result. |
a_ipc_msg_cellular_status_publish_ind | cellular_status_publish_ind | A message with the current cellular status. |
a_ipc_msg_cellular_status_secondary_latest_req | cellular_status_secondary_latest_req | Request latest known secondary cellular status. |
a_ipc_msg_cellular_status_secondary_latest_rsp | cellular_status_secondary_latest_rsp | Request latest known second_cellular status result. |
a_ipc_msg_cellular_status_secondary_publish_ind | cellular_status_secondary_publish_ind | A message with the current cellular status for secondary cellular connection. |
a_ipc_msg_cellular_status_secondary_subscribe_req | cellular_status_secondary_subscribe_req |
Subscribe to updates for cellular_status_secondary. a_ipc_msg_cellular_status_secondary_publish_ind will be received until a_ipc_msg_cellular_status_secondary_unsubscribe_req_norsp is sent |
a_ipc_msg_cellular_status_secondary_subscribe_rsp | cellular_status_secondary_subscribe_rsp | Sent in response to a_ipc_msg_cellular_status_secondary_subscribe_req. |
a_ipc_msg_cellular_status_secondary_unsubscribe_req_norsp | cellular_status_secondary_unsubscribe_req_norsp |
Unsubscribe from updates for cellular_status_secondary. a_ipc_msg_cellular_status_secondary_publish_ind will no longer be received |
a_ipc_msg_cellular_status_subscribe_req | cellular_status_subscribe_req |
Subscribe to updates for cellular_status. a_ipc_msg_cellular_status_publish_ind will be received until a_ipc_msg_cellular_status_unsubscribe_req_norsp is sent |
a_ipc_msg_cellular_status_subscribe_rsp | cellular_status_subscribe_rsp | Sent in response to a_ipc_msg_cellular_status_subscribe_req. |
a_ipc_msg_cellular_status_unsubscribe_req_norsp | cellular_status_unsubscribe_req_norsp |
Unsubscribe from updates for cellular_status. a_ipc_msg_cellular_status_publish_ind will no longer be received |
a_ipc_msg_cellular_temperature_req | cellular_temperature_req | Request Modem temperature. |
a_ipc_msg_cellular_temperature_rsp | cellular_temperature_rsp | Request Modem temperature result. |
a_ipc_msg_connectivity_configure_consumer_req | connectivity_configure_consumer_req |
Configure settings related to a connectivity consumer. Response is delivered in a_ipc_msg_connectivity_configure_consumer_rsp |
a_ipc_msg_connectivity_configure_consumer_rsp | connectivity_configure_consumer_rsp | Sent in response to a_ipc_msg_connectivity_configure_consumer_req. |
a_ipc_msg_connectivity_consumer_status_publish_ind | connectivity_consumer_status_publish_ind |
Reports the status for each connectivity consumer. Subscribe using a_ipc_msg_connectivity_consumer_status_subscribe_req and unsubscribe using a_ipc_msg_connectivity_consumer_status_unsubscribe_req_norsp |
a_ipc_msg_connectivity_consumer_status_subscribe_req | connectivity_consumer_status_subscribe_req |
Subscribe to updates for connectivity_consumer_status. a_ipc_msg_connectivity_consumer_status_publish_ind will be received until a_ipc_msg_connectivity_consumer_status_unsubscribe_req_norsp is sent |
a_ipc_msg_connectivity_consumer_status_subscribe_rsp | connectivity_consumer_status_subscribe_rsp | Sent in response to a_ipc_msg_connectivity_consumer_status_subscribe_req. |
a_ipc_msg_connectivity_consumer_status_unsubscribe_req_norsp | connectivity_consumer_status_unsubscribe_req_norsp |
Unsubscribe from updates for connectivity_consumer_status. a_ipc_msg_connectivity_consumer_status_publish_ind will no longer be received |
a_ipc_msg_diagnostics_antenna_status_req | diagnostics_antenna_status_req | Read Antenna Status. |
a_ipc_msg_diagnostics_antenna_status_rsp | diagnostics_antenna_status_rsp | Sent in response to a_ipc_msg_diagnostics_antenna_status_req. |
a_ipc_msg_diagnostics_emmc_health_status_req | diagnostics_emmc_health_status_req | Read eMMC Heath Status. |
a_ipc_msg_diagnostics_emmc_health_status_rsp | diagnostics_emmc_health_status_rsp | Sent in response to a_ipc_msg_diagnostics_emmc_health_status_req. |
a_ipc_msg_diagnostics_get_active_antenna_req | diagnostics_get_active_antenna_req | Get Active Antenna. |
a_ipc_msg_diagnostics_get_active_antenna_rsp | diagnostics_get_active_antenna_rsp | Sent in response to a_ipc_msg_diagnostics_get_active_antenna_req. |
a_ipc_msg_diagnostics_get_soc_temperature_req | diagnostics_get_soc_temperature_req | Request to read the SoC temperature. |
a_ipc_msg_diagnostics_get_soc_temperature_rsp | diagnostics_get_soc_temperature_rsp | Sent in response to a_ipc_msg_diagnostics_get_soc_temperature_req. |
a_ipc_msg_diagnostics_get_voltage_req | diagnostics_get_voltage_req | Request to measure a selected voltage source. |
a_ipc_msg_diagnostics_get_voltage_rsp | diagnostics_get_voltage_rsp | Returns the measured voltage for the selected source. |
a_ipc_msg_diagnostics_t1_health_indicators_req | diagnostics_t1_health_indicators_req | Read T1 Health Indicators. |
a_ipc_msg_diagnostics_t1_health_indicators_rsp | diagnostics_t1_health_indicators_rsp | Sent in response to a_ipc_msg_diagnostics_t1_health_indicators_req. |
a_ipc_msg_digital_input_channel_get_configuration_req | digital_input_channel_get_configuration_req | Read configuration of a digital input channel. |
a_ipc_msg_digital_input_channel_get_configuration_rsp | digital_input_channel_get_configuration_rsp | Sent in response to a_ipc_msg_digital_input_channel_get_configuration_req. |
a_ipc_msg_digital_input_channel_release_req_norsp | digital_input_channel_release_req_norsp | Release a digital input channel for given 'user'. |
a_ipc_msg_digital_input_channel_request_req | digital_input_channel_request_req | Request a digital input channel to be enabled. |
a_ipc_msg_digital_input_channel_request_rsp | digital_input_channel_request_rsp | Sent in response to a_ipc_msg_digital_input_channel_request_req. |
a_ipc_msg_digital_input_channel_set_configuration_req | digital_input_channel_set_configuration_req | Configure a digital input channel. |
a_ipc_msg_digital_input_channel_set_configuration_rsp | digital_input_channel_set_configuration_rsp | Sent in response to a_ipc_msg_digital_input_channel_set_configuration_req. |
a_ipc_msg_digital_input_channel_status_publish_ind | digital_input_channel_status_publish_ind | Event indicator for channel values. |
a_ipc_msg_digital_input_channel_status_req | digital_input_channel_status_req | Read status of a digital input channel. |
a_ipc_msg_digital_input_channel_status_rsp | digital_input_channel_status_rsp | The current status of a digital input channel. |
a_ipc_msg_digital_input_channel_status_subscribe_req | digital_input_channel_status_subscribe_req |
Subscribe to updates for digital_input_channel_status. a_ipc_msg_digital_input_channel_status_publish_ind will be received until a_ipc_msg_digital_input_channel_status_unsubscribe_req_norsp is sent |
a_ipc_msg_digital_input_channel_status_subscribe_rsp | digital_input_channel_status_subscribe_rsp | Sent in response to a_ipc_msg_digital_input_channel_status_subscribe_req. |
a_ipc_msg_digital_input_channel_status_unsubscribe_req_norsp | digital_input_channel_status_unsubscribe_req_norsp |
Unsubscribe from updates for digital_input_channel_status. a_ipc_msg_digital_input_channel_status_publish_ind will no longer be received |
a_ipc_msg_digital_output_channel_configure_req | digital_output_channel_configure_req | Configure a digital output channel. |
a_ipc_msg_digital_output_channel_configure_rsp | digital_output_channel_configure_rsp | Sent in response to a_ipc_msg_digital_output_channel_configure_req. |
a_ipc_msg_digital_output_channel_release_req_norsp | digital_output_channel_release_req_norsp | Release a digital output channel for given 'user'. |
a_ipc_msg_digital_output_channel_request_req | digital_output_channel_request_req | Request a digital output channel to be enabled. |
a_ipc_msg_digital_output_channel_request_rsp | digital_output_channel_request_rsp | Sent in response to a_ipc_msg_digital_output_channel_request_req. |
a_ipc_msg_digital_output_channel_status_req | digital_output_channel_status_req | Read status of a digital output channel. |
a_ipc_msg_digital_output_channel_status_rsp | digital_output_channel_status_rsp | The current status of a digital output channel. |
a_ipc_msg_ethernet_get_boot_state_req | ethernet_get_boot_state_req | Get ethernet boot state. |
a_ipc_msg_ethernet_get_boot_state_rsp | ethernet_get_boot_state_rsp | Get ethernet boot state result. |
a_ipc_msg_ethernet_release_req | ethernet_release_req | Release a ethernet interface. |
a_ipc_msg_ethernet_release_rsp | ethernet_release_rsp | Ethernet interface release result. |
a_ipc_msg_ethernet_request_req | ethernet_request_req | Request a ethernet interface. |
a_ipc_msg_ethernet_request_rsp | ethernet_request_rsp | Ethernet interface request result. |
a_ipc_msg_ethernet_set_boot_state_req | ethernet_set_boot_state_req | Set ethernet boot state. |
a_ipc_msg_ethernet_set_boot_state_rsp | ethernet_set_boot_state_rsp | Set ethernet boot state result. |
a_ipc_msg_ethernet_status_req | ethernet_status_req | Get ethernet status. |
a_ipc_msg_ethernet_status_rsp | ethernet_status_rsp | Get ethernet status response. |
a_ipc_msg_gyro_configure_req | gyro_configure_req | Request to configure the gyro service. |
a_ipc_msg_gyro_configure_rsp | gyro_configure_rsp |
Sent in response to gyro_configure_req message. |
a_ipc_msg_gyro_publish_ind | gyro_publish_ind | Gyro data event. |
a_ipc_msg_gyro_release_req_norsp | gyro_release_req_norsp |
Release gyro service for given user user |
a_ipc_msg_gyro_request_req | gyro_request_req | Request the gyro service. |
a_ipc_msg_gyro_request_rsp | gyro_request_rsp | gyro request result |
a_ipc_msg_gyro_subscribe_req | gyro_subscribe_req |
Subscribe to updates for gyro. a_ipc_msg_gyro_publish_ind will be received until a_ipc_msg_gyro_unsubscribe_req_norsp is sent |
a_ipc_msg_gyro_subscribe_rsp | gyro_subscribe_rsp | Sent in response to a_ipc_msg_gyro_subscribe_req. |
a_ipc_msg_gyro_unsubscribe_req_norsp | gyro_unsubscribe_req_norsp |
Unsubscribe from updates for gyro. a_ipc_msg_gyro_publish_ind will no longer be received |
a_ipc_msg_hwinfo_req | hwinfo_req | Read hardware related information. |
a_ipc_msg_hwinfo_rsp | hwinfo_rsp | Hardware information response. |
a_ipc_msg_ipc_close_session_req_norsp | ipc_close_session_req_norsp |
Close communication session with the peer. Create using a_ipc_init_ipc_close_session_req_norsp() |
a_ipc_msg_ipc_debug_command_req_norsp | ipc_debug_command_req_norsp |
Internal IPC debugging functions. Create using a_ipc_init_ipc_debug_command_req_norsp() |
a_ipc_msg_ipc_open_session_req | ipc_open_session_req |
Request to open a communication session with a peer. Response is delivered in a_ipc_msg_ipc_open_session_rsp |
a_ipc_msg_ipc_open_session_rsp | ipc_open_session_rsp |
Open communication session response. Sent in response to a_ipc_msg_ipc_open_session_req |
a_ipc_msg_ipc_send_error_ind | ipc_send_error_ind | Sent when a message could not be delivered. |
a_ipc_msg_ipc_session_closed_ind | ipc_session_closed_ind |
Received when the peer closed the session. Either due to an explicit request or a timeout (e |
a_ipc_msg_ipc_session_opened_ind | ipc_session_opened_ind |
Received when the peer opened a session. Only expected to be received by services |
a_ipc_msg_led_set_req | led_set_req | Message used to request a pin to be enabled or disabled. |
a_ipc_msg_led_set_rsp | led_set_rsp | Led configure result. |
a_ipc_msg_location_publish_ind | location_publish_ind | This message contains the latest known location data. |
a_ipc_msg_location_release_req_norsp | location_release_req_norsp |
Release any requested location service for given user user |
a_ipc_msg_location_request_req | location_request_req | Request the location service to be on. |
a_ipc_msg_location_request_rsp | location_request_rsp | Location request response. |
a_ipc_msg_location_subscribe_req | location_subscribe_req |
Subscribe to updates for location. a_ipc_msg_location_publish_ind will be received until a_ipc_msg_location_unsubscribe_req_norsp is sent |
a_ipc_msg_location_subscribe_rsp | location_subscribe_rsp | Sent in response to a_ipc_msg_location_subscribe_req. |
a_ipc_msg_location_trigger_gnss_cold_start_req | location_trigger_gnss_cold_start_req | Trigger gnss cold start request. |
a_ipc_msg_location_trigger_gnss_cold_start_rsp | location_trigger_gnss_cold_start_rsp | Trigger gnss cold start response. |
a_ipc_msg_location_unsubscribe_req_norsp | location_unsubscribe_req_norsp |
Unsubscribe from updates for location. a_ipc_msg_location_publish_ind will no longer be received |
a_ipc_msg_modem_rusat_at_command_req | modem_rusat_at_command_req | Request to send RUSAT AT command to NAD (Network Access Device) |
a_ipc_msg_modem_rusat_at_command_rsp | modem_rusat_at_command_rsp | Sent in response to a_ipc_msg_modem_rusat_at_command_req. |
a_ipc_msg_modem_rusat_sstn_latest_req | modem_rusat_sstn_latest_req | Request latest known SSTN URC value. |
a_ipc_msg_modem_rusat_sstn_latest_rsp | modem_rusat_sstn_latest_rsp | Sent in response to a_ipc_msg_modem_rusat_sstn_latest_req. |
a_ipc_msg_modem_rusat_urc_notification_publish_ind | modem_rusat_urc_notification_publish_ind | RUSAT related URC from NAD (Network Access Device) |
a_ipc_msg_modem_rusat_urc_notification_subscribe_req | modem_rusat_urc_notification_subscribe_req |
Subscribe to updates for modem_rusat_urc_notification. a_ipc_msg_modem_rusat_urc_notification_publish_ind will be received until a_ipc_msg_modem_rusat_urc_notification_unsubscribe_req_norsp is sent |
a_ipc_msg_modem_rusat_urc_notification_subscribe_rsp | modem_rusat_urc_notification_subscribe_rsp | Sent in response to a_ipc_msg_modem_rusat_urc_notification_subscribe_req. |
a_ipc_msg_modem_rusat_urc_notification_unsubscribe_req_norsp | modem_rusat_urc_notification_unsubscribe_req_norsp |
Unsubscribe from updates for modem_rusat_urc_notification. a_ipc_msg_modem_rusat_urc_notification_publish_ind will no longer be received |
a_ipc_msg_mqtt_shoulder_tap_publish_ind | mqtt_shoulder_tap_publish_ind | Shoulder tap message received. |
a_ipc_msg_mqtt_shoulder_tap_subscribe_req | mqtt_shoulder_tap_subscribe_req |
Subscribe to updates for mqtt_shoulder_tap. a_ipc_msg_mqtt_shoulder_tap_publish_ind will be received until a_ipc_msg_mqtt_shoulder_tap_unsubscribe_req_norsp is sent |
a_ipc_msg_mqtt_shoulder_tap_subscribe_rsp | mqtt_shoulder_tap_subscribe_rsp | Sent in response to a_ipc_msg_mqtt_shoulder_tap_subscribe_req. |
a_ipc_msg_mqtt_shoulder_tap_unsubscribe_req_norsp | mqtt_shoulder_tap_unsubscribe_req_norsp |
Unsubscribe from updates for mqtt_shoulder_tap. a_ipc_msg_mqtt_shoulder_tap_publish_ind will no longer be received |
a_ipc_msg_power_get_no_of_requestors_req | power_get_no_of_requestors_req | Requests the number of 'clients' requesting the system to be powered on. |
a_ipc_msg_power_get_no_of_requestors_rsp | power_get_no_of_requestors_rsp | Response message to the 'power_get_no_of_requestors' message. |
a_ipc_msg_power_get_requestor_info_req | power_get_requestor_info_req | Get a string representation of a perticular requestor. |
a_ipc_msg_power_get_requestor_info_rsp | power_get_requestor_info_rsp | Response message to 'power_get_requestor_info_req'. |
a_ipc_msg_power_reboot_pending_publish_ind | power_reboot_pending_publish_ind | A reboot is pending and if no voluntary reboot is made, the system will after some time perform a forced reboot. |
a_ipc_msg_power_reboot_pending_subscribe_req | power_reboot_pending_subscribe_req |
Subscribe to updates for power_reboot_pending. a_ipc_msg_power_reboot_pending_publish_ind will be received until a_ipc_msg_power_reboot_pending_unsubscribe_req_norsp is sent |
a_ipc_msg_power_reboot_pending_subscribe_rsp | power_reboot_pending_subscribe_rsp | Sent in response to a_ipc_msg_power_reboot_pending_subscribe_req. |
a_ipc_msg_power_reboot_pending_unsubscribe_req_norsp | power_reboot_pending_unsubscribe_req_norsp |
Unsubscribe from updates for power_reboot_pending. a_ipc_msg_power_reboot_pending_publish_ind will no longer be received |
a_ipc_msg_power_release_req_norsp | power_release_req_norsp |
Release power for given user user |
a_ipc_msg_power_request_req | power_request_req | Requests power for user 'user'. |
a_ipc_msg_power_request_rsp | power_request_rsp | Power request result. |
a_ipc_msg_power_shutdown_ack_req_norsp | power_shutdown_ack_req_norsp | Sent by subscribers of the shutdown message to acknowledge that their pre-shutdown activities have completed. |
a_ipc_msg_power_shutdown_publish_ind | power_shutdown_publish_ind | Power shutdown indication, sent by the power manager when we are about to shutdown. |
a_ipc_msg_power_shutdown_reboot_req_norsp | power_shutdown_reboot_req_norsp | Reboot the system as soon as possible. |
a_ipc_msg_power_shutdown_register_req | power_shutdown_register_req | Registers an "shutdown interest" with the power manager. |
a_ipc_msg_power_shutdown_register_rsp | power_shutdown_register_rsp | Respons message to the 'power_shutdown_register_req' message. |
a_ipc_msg_power_shutdown_shutdown_req_norsp | power_shutdown_shutdown_req_norsp | Shutdown the system as soon as possible. |
a_ipc_msg_power_shutdown_subscribe_req | power_shutdown_subscribe_req |
Subscribe to updates for power_shutdown. a_ipc_msg_power_shutdown_publish_ind will be received until a_ipc_msg_power_shutdown_unsubscribe_req_norsp is sent |
a_ipc_msg_power_shutdown_subscribe_rsp | power_shutdown_subscribe_rsp | Sent in response to a_ipc_msg_power_shutdown_subscribe_req. |
a_ipc_msg_power_shutdown_unregister_req_norsp | power_shutdown_unregister_req_norsp | Un-registers a 'shutdown interest' with the power manager. |
a_ipc_msg_power_shutdown_unsubscribe_req_norsp | power_shutdown_unsubscribe_req_norsp |
Unsubscribe from updates for power_shutdown. a_ipc_msg_power_shutdown_publish_ind will no longer be received |
a_ipc_msg_power_suspend_ack_req_norsp | power_suspend_ack_req_norsp | Sent by subscribers of the suspend message to acknowledge that their pre-suspend activities have completed. |
a_ipc_msg_power_suspend_publish_ind | power_suspend_publish_ind | Power suspend indication, sent by the power manager when we are about to enter sleep mode. |
a_ipc_msg_power_suspend_register_req | power_suspend_register_req | Registers an "suspend interest" with the power manager. |
a_ipc_msg_power_suspend_register_rsp | power_suspend_register_rsp | Respons message to the 'power_suspend_register_req' message. |
a_ipc_msg_power_suspend_subscribe_req | power_suspend_subscribe_req |
Subscribe to updates for power_suspend. a_ipc_msg_power_suspend_publish_ind will be received until a_ipc_msg_power_suspend_unsubscribe_req_norsp is sent |
a_ipc_msg_power_suspend_subscribe_rsp | power_suspend_subscribe_rsp | Sent in response to a_ipc_msg_power_suspend_subscribe_req. |
a_ipc_msg_power_suspend_unregister_req_norsp | power_suspend_unregister_req_norsp | Un-registers a 'suspend interest' with the power manager. |
a_ipc_msg_power_suspend_unsubscribe_req_norsp | power_suspend_unsubscribe_req_norsp |
Unsubscribe from updates for power_suspend. a_ipc_msg_power_suspend_publish_ind will no longer be received |
a_ipc_msg_power_wakeup_publish_ind | power_wakeup_publish_ind | Power wakeup indication, sent by the power manager when services should wake up from their sleep state. |
a_ipc_msg_power_wakeup_subscribe_req | power_wakeup_subscribe_req |
Subscribe to updates for power_wakeup. a_ipc_msg_power_wakeup_publish_ind will be received until a_ipc_msg_power_wakeup_unsubscribe_req_norsp is sent |
a_ipc_msg_power_wakeup_subscribe_rsp | power_wakeup_subscribe_rsp | Sent in response to a_ipc_msg_power_wakeup_subscribe_req. |
a_ipc_msg_power_wakeup_unsubscribe_req_norsp | power_wakeup_unsubscribe_req_norsp |
Unsubscribe from updates for power_wakeup. a_ipc_msg_power_wakeup_publish_ind will no longer be received |
a_ipc_msg_rtc_alarm_notification_publish_ind | rtc_alarm_notification_publish_ind | RTC alarm notification event. |
a_ipc_msg_rtc_alarm_notification_subscribe_req | rtc_alarm_notification_subscribe_req |
Subscribe to updates for rtc_alarm_notification. a_ipc_msg_rtc_alarm_notification_publish_ind will be received until a_ipc_msg_rtc_alarm_notification_unsubscribe_req_norsp is sent |
a_ipc_msg_rtc_alarm_notification_subscribe_rsp | rtc_alarm_notification_subscribe_rsp | Sent in response to a_ipc_msg_rtc_alarm_notification_subscribe_req. |
a_ipc_msg_rtc_alarm_notification_unsubscribe_req_norsp | rtc_alarm_notification_unsubscribe_req_norsp |
Unsubscribe from updates for rtc_alarm_notification. a_ipc_msg_rtc_alarm_notification_publish_ind will no longer be received |
a_ipc_msg_rtc_allocate_alarm_req | rtc_allocate_alarm_req | Allocate RTC alarm ID. |
a_ipc_msg_rtc_allocate_alarm_rsp | rtc_allocate_alarm_rsp | Allocate RTC alarm response. |
a_ipc_msg_rtc_cancel_alarm_req | rtc_cancel_alarm_req | Cancel RTC alarm request. |
a_ipc_msg_rtc_cancel_alarm_rsp | rtc_cancel_alarm_rsp | Cancel RTC alarm response. |
a_ipc_msg_rtc_free_alarm_req_norsp | rtc_free_alarm_req_norsp | Free RTC alarm ID. |
a_ipc_msg_rtc_get_time_req | rtc_get_time_req | Get the RTC time, in UTC. |
a_ipc_msg_rtc_get_time_rsp | rtc_get_time_rsp | Sent in response to a_ipc_msg_rtc_get_time_req. |
a_ipc_msg_rtc_set_alarm_req | rtc_set_alarm_req | Set RTC alarm request. |
a_ipc_msg_rtc_set_alarm_rsp | rtc_set_alarm_rsp | Create RTC alarm response. |
a_ipc_msg_software_update_abort_req_norsp | software_update_abort_req_norsp | Abort a pending update. |
a_ipc_msg_software_update_local_prepare_req_norsp | software_update_local_prepare_req_norsp | Prepare the device for a local update. |
a_ipc_msg_software_update_start_req_norsp | software_update_start_req_norsp | Start a pending update. |
a_ipc_msg_software_update_status_publish_ind | software_update_status_publish_ind | Indicates the update service state. |
a_ipc_msg_software_update_status_subscribe_req | software_update_status_subscribe_req |
Subscribe to updates for software_update_status. a_ipc_msg_software_update_status_publish_ind will be received until a_ipc_msg_software_update_status_unsubscribe_req_norsp is sent |
a_ipc_msg_software_update_status_subscribe_rsp | software_update_status_subscribe_rsp | Sent in response to a_ipc_msg_software_update_status_subscribe_req. |
a_ipc_msg_software_update_status_unsubscribe_req_norsp | software_update_status_unsubscribe_req_norsp |
Unsubscribe from updates for software_update_status. a_ipc_msg_software_update_status_publish_ind will no longer be received |
a_ipc_msg_software_update_user_post_validation_req | software_update_user_post_validation_req | Verify an update. |
a_ipc_msg_software_update_user_post_validation_rsp | software_update_user_post_validation_rsp | Software verification response. |
a_ipc_msg_software_update_version_req | software_update_version_req | Read versions of installed software. |
a_ipc_msg_software_update_version_rsp | software_update_version_rsp | Software version response. |
a_ipc_msg_wifi_ap_configure_req | wifi_ap_configure_req | WiFi AP configuration request. |
a_ipc_msg_wifi_ap_configure_rsp | wifi_ap_configure_rsp | WiFi AP configuration response. |
a_ipc_msg_wifi_ap_release_req_norsp | wifi_ap_release_req_norsp |
Release AP station service for given user user |
a_ipc_msg_wifi_ap_request_req | wifi_ap_request_req | Request the WiFi AP service. |
a_ipc_msg_wifi_ap_request_rsp | wifi_ap_request_rsp | WiFi AP request response. |
a_ipc_msg_wifi_regulatory_domain_get_req | wifi_regulatory_domain_get_req | WiFi regulatory domain set request. |
a_ipc_msg_wifi_regulatory_domain_get_rsp | wifi_regulatory_domain_get_rsp | WiFi regulatory domain set request. |
a_ipc_msg_wifi_regulatory_domain_set_req | wifi_regulatory_domain_set_req | WiFi regulatory domain set request. |
a_ipc_msg_wifi_regulatory_domain_set_rsp | wifi_regulatory_domain_set_rsp | WiFi regulatory domain set request. |
a_ipc_msg_wifi_station_add_known_network_req | wifi_station_add_known_network_req | WiFi station add or update known network request. |
a_ipc_msg_wifi_station_add_known_network_rsp | wifi_station_add_known_network_rsp | WiFi station add known network response. |
a_ipc_msg_wifi_station_auto_connect_req_norsp | wifi_station_auto_connect_req_norsp | Set WiFi station auto connect state. |
a_ipc_msg_wifi_station_connect_req | wifi_station_connect_req | WiFi station connect request. |
a_ipc_msg_wifi_station_connect_rsp | wifi_station_connect_rsp | WiFi station connect response. |
a_ipc_msg_wifi_station_connectivity_failure_publish_ind | wifi_station_connectivity_failure_publish_ind | WiFi station connection failure publish event. |
a_ipc_msg_wifi_station_connectivity_failure_subscribe_req | wifi_station_connectivity_failure_subscribe_req |
Subscribe to updates for wifi_station_connectivity_failure. a_ipc_msg_wifi_station_connectivity_failure_publish_ind will be received until a_ipc_msg_wifi_station_connectivity_failure_unsubscribe_req_norsp is sent |
a_ipc_msg_wifi_station_connectivity_failure_subscribe_rsp | wifi_station_connectivity_failure_subscribe_rsp | Sent in response to a_ipc_msg_wifi_station_connectivity_failure_subscribe_req. |
a_ipc_msg_wifi_station_connectivity_failure_unsubscribe_req_norsp | wifi_station_connectivity_failure_unsubscribe_req_norsp |
Unsubscribe from updates for wifi_station_connectivity_failure. a_ipc_msg_wifi_station_connectivity_failure_publish_ind will no longer be received |
a_ipc_msg_wifi_station_delete_known_network_req | wifi_station_delete_known_network_req | WiFi station delete known network request. |
a_ipc_msg_wifi_station_delete_known_network_rsp | wifi_station_delete_known_network_rsp | WiFi station delete known network response. |
a_ipc_msg_wifi_station_list_known_networks_publish_ind | wifi_station_list_known_networks_publish_ind | WiFi station known networks entry publish event. |
a_ipc_msg_wifi_station_list_known_networks_req_norsp | wifi_station_list_known_networks_req_norsp | WiFi station add known network request. |
a_ipc_msg_wifi_station_list_known_networks_subscribe_req | wifi_station_list_known_networks_subscribe_req |
Subscribe to updates for wifi_station_list_known_networks. a_ipc_msg_wifi_station_list_known_networks_publish_ind will be received until a_ipc_msg_wifi_station_list_known_networks_unsubscribe_req_norsp is sent |
a_ipc_msg_wifi_station_list_known_networks_subscribe_rsp | wifi_station_list_known_networks_subscribe_rsp | Sent in response to a_ipc_msg_wifi_station_list_known_networks_subscribe_req. |
a_ipc_msg_wifi_station_list_known_networks_unsubscribe_req_norsp | wifi_station_list_known_networks_unsubscribe_req_norsp |
Unsubscribe from updates for wifi_station_list_known_networks. a_ipc_msg_wifi_station_list_known_networks_publish_ind will no longer be received |
a_ipc_msg_wifi_station_release_req_norsp | wifi_station_release_req_norsp |
Release WiFi station service for given user user |
a_ipc_msg_wifi_station_request_req | wifi_station_request_req | Request the WiFi station service. |
a_ipc_msg_wifi_station_request_rsp | wifi_station_request_rsp | WiFi station request response. |
a_ipc_msg_wifi_station_search_reporting_publish_ind | wifi_station_search_reporting_publish_ind | WiFi station search reporting entry publish event. |
a_ipc_msg_wifi_station_search_reporting_req_norsp | wifi_station_search_reporting_req_norsp | Set WiFi station search reporting state. |
a_ipc_msg_wifi_station_search_reporting_subscribe_req | wifi_station_search_reporting_subscribe_req |
Subscribe to updates for wifi_station_search_reporting. a_ipc_msg_wifi_station_search_reporting_publish_ind will be received until a_ipc_msg_wifi_station_search_reporting_unsubscribe_req_norsp is sent |
a_ipc_msg_wifi_station_search_reporting_subscribe_rsp | wifi_station_search_reporting_subscribe_rsp | Sent in response to a_ipc_msg_wifi_station_search_reporting_subscribe_req. |
a_ipc_msg_wifi_station_search_reporting_unsubscribe_req_norsp | wifi_station_search_reporting_unsubscribe_req_norsp |
Unsubscribe from updates for wifi_station_search_reporting. a_ipc_msg_wifi_station_search_reporting_publish_ind will no longer be received |
a_ipc_msg_wifi_station_status_publish_ind | wifi_station_status_publish_ind | WiFi station status publish event. |
a_ipc_msg_wifi_station_status_req | wifi_station_status_req | WiFi station status request. |
a_ipc_msg_wifi_station_status_rsp | wifi_station_status_rsp | WiFi station status response. |
a_ipc_msg_wifi_station_status_subscribe_req | wifi_station_status_subscribe_req |
Subscribe to updates for wifi_station_status. a_ipc_msg_wifi_station_status_publish_ind will be received until a_ipc_msg_wifi_station_status_unsubscribe_req_norsp is sent |
a_ipc_msg_wifi_station_status_subscribe_rsp | wifi_station_status_subscribe_rsp | Sent in response to a_ipc_msg_wifi_station_status_subscribe_req. |
a_ipc_msg_wifi_station_status_unsubscribe_req_norsp | wifi_station_status_unsubscribe_req_norsp |
Unsubscribe from updates for wifi_station_status. a_ipc_msg_wifi_station_status_publish_ind will no longer be received |
enum a_ipc_msg_type |
IDs of all available message types.
As read from a_ipc_msg.info.type
(see a_ipc_msg_info) .
Note: The user should not set the type manually.
Enumerator | |
---|---|
A_IPC_MSG_IPC_SEND_ERROR_IND | a_ipc_msg_ipc_send_error_ind message type ID |
A_IPC_MSG_IPC_OPEN_SESSION_REQ | a_ipc_msg_ipc_open_session_req message type ID |
A_IPC_MSG_IPC_OPEN_SESSION_RSP | a_ipc_msg_ipc_open_session_rsp message type ID |
A_IPC_MSG_IPC_CLOSE_SESSION_REQ_NORSP | a_ipc_msg_ipc_close_session_req_norsp message type ID |
A_IPC_MSG_IPC_SESSION_OPENED_IND | a_ipc_msg_ipc_session_opened_ind message type ID |
A_IPC_MSG_IPC_SESSION_CLOSED_IND | a_ipc_msg_ipc_session_closed_ind message type ID |
A_IPC_MSG_IPC_DEBUG_COMMAND_REQ_NORSP | a_ipc_msg_ipc_debug_command_req_norsp message type ID |
A_IPC_MSG_ACCELEROMETER_REQUEST_REQ | a_ipc_msg_accelerometer_request_req message type ID |
A_IPC_MSG_ACCELEROMETER_REQUEST_RSP | a_ipc_msg_accelerometer_request_rsp message type ID |
A_IPC_MSG_ACCELEROMETER_RELEASE_REQ_NORSP | a_ipc_msg_accelerometer_release_req_norsp message type ID |
A_IPC_MSG_ACCELEROMETER_CONFIGURE_REQ | a_ipc_msg_accelerometer_configure_req message type ID |
A_IPC_MSG_ACCELEROMETER_CONFIGURE_RSP | a_ipc_msg_accelerometer_configure_rsp message type ID |
A_IPC_MSG_ACCELEROMETER_PUBLISH_IND | a_ipc_msg_accelerometer_publish_ind message type ID |
A_IPC_MSG_ACCELEROMETER_SUBSCRIBE_REQ | a_ipc_msg_accelerometer_subscribe_req message type ID |
A_IPC_MSG_ACCELEROMETER_SUBSCRIBE_RSP | a_ipc_msg_accelerometer_subscribe_rsp message type ID |
A_IPC_MSG_ACCELEROMETER_UNSUBSCRIBE_REQ_NORSP | a_ipc_msg_accelerometer_unsubscribe_req_norsp message type ID |
A_IPC_MSG_ANALOG_INPUTS_REQUEST_REQ | a_ipc_msg_analog_inputs_request_req message type ID |
A_IPC_MSG_ANALOG_INPUTS_REQUEST_RSP | a_ipc_msg_analog_inputs_request_rsp message type ID |
A_IPC_MSG_ANALOG_INPUTS_RELEASE_REQ_NORSP | a_ipc_msg_analog_inputs_release_req_norsp message type ID |
A_IPC_MSG_ANALOG_INPUTS_CONFIGURE_CHANNEL_REQ | a_ipc_msg_analog_inputs_configure_channel_req message type ID |
A_IPC_MSG_ANALOG_INPUTS_CONFIGURE_CHANNEL_RSP | a_ipc_msg_analog_inputs_configure_channel_rsp message type ID |
A_IPC_MSG_ANALOG_INPUTS_VALUES_PUBLISH_IND | a_ipc_msg_analog_inputs_values_publish_ind message type ID |
A_IPC_MSG_ANALOG_INPUTS_VALUES_SUBSCRIBE_REQ | a_ipc_msg_analog_inputs_values_subscribe_req message type ID |
A_IPC_MSG_ANALOG_INPUTS_VALUES_SUBSCRIBE_RSP | a_ipc_msg_analog_inputs_values_subscribe_rsp message type ID |
A_IPC_MSG_ANALOG_INPUTS_VALUES_UNSUBSCRIBE_REQ_NORSP | a_ipc_msg_analog_inputs_values_unsubscribe_req_norsp message type ID |
A_IPC_MSG_BT_REQUEST_REQ | a_ipc_msg_bt_request_req message type ID |
A_IPC_MSG_BT_REQUEST_RSP | a_ipc_msg_bt_request_rsp message type ID |
A_IPC_MSG_BT_RELEASE_REQ_NORSP | a_ipc_msg_bt_release_req_norsp message type ID |
A_IPC_MSG_BT_PUBLISH_IND | a_ipc_msg_bt_publish_ind message type ID |
A_IPC_MSG_BT_SUBSCRIBE_REQ | a_ipc_msg_bt_subscribe_req message type ID |
A_IPC_MSG_BT_SUBSCRIBE_RSP | a_ipc_msg_bt_subscribe_rsp message type ID |
A_IPC_MSG_BT_UNSUBSCRIBE_REQ_NORSP | a_ipc_msg_bt_unsubscribe_req_norsp message type ID |
A_IPC_MSG_BUB_REQUEST_REQ | a_ipc_msg_bub_request_req message type ID |
A_IPC_MSG_BUB_REQUEST_RSP | a_ipc_msg_bub_request_rsp message type ID |
A_IPC_MSG_BUB_RELEASE_REQ_NORSP | a_ipc_msg_bub_release_req_norsp message type ID |
A_IPC_MSG_BUB_STATUS_REQ | a_ipc_msg_bub_status_req message type ID |
A_IPC_MSG_BUB_STATUS_RSP | a_ipc_msg_bub_status_rsp message type ID |
A_IPC_MSG_BUB_BATTERY_TEMPERATURE_REQ | a_ipc_msg_bub_battery_temperature_req message type ID |
A_IPC_MSG_BUB_BATTERY_TEMPERATURE_RSP | a_ipc_msg_bub_battery_temperature_rsp message type ID |
A_IPC_MSG_BUB_BOARD_TEMPERATURE_REQ | a_ipc_msg_bub_board_temperature_req message type ID |
A_IPC_MSG_BUB_BOARD_TEMPERATURE_RSP | a_ipc_msg_bub_board_temperature_rsp message type ID |
A_IPC_MSG_CAN_REQUEST_REQ | a_ipc_msg_can_request_req message type ID |
A_IPC_MSG_CAN_REQUEST_RSP | a_ipc_msg_can_request_rsp message type ID |
A_IPC_MSG_CAN_RELEASE_REQ | a_ipc_msg_can_release_req message type ID |
A_IPC_MSG_CAN_RELEASE_RSP | a_ipc_msg_can_release_rsp message type ID |
A_IPC_MSG_CAN_CONFIGURE_REQ | a_ipc_msg_can_configure_req message type ID |
A_IPC_MSG_CAN_CONFIGURE_RSP | a_ipc_msg_can_configure_rsp message type ID |
A_IPC_MSG_CAN_STATUS_REQ | a_ipc_msg_can_status_req message type ID |
A_IPC_MSG_CAN_STATUS_RSP | a_ipc_msg_can_status_rsp message type ID |
A_IPC_MSG_CAN_SET_WAKEUP_REQ | a_ipc_msg_can_set_wakeup_req message type ID |
A_IPC_MSG_CAN_SET_WAKEUP_RSP | a_ipc_msg_can_set_wakeup_rsp message type ID |
A_IPC_MSG_CAN_RESET_REQ | a_ipc_msg_can_reset_req message type ID |
A_IPC_MSG_CAN_RESET_RSP | a_ipc_msg_can_reset_rsp message type ID |
A_IPC_MSG_CELLULAR_DATA_REQUEST_REQ | a_ipc_msg_cellular_data_request_req message type ID |
A_IPC_MSG_CELLULAR_DATA_REQUEST_RSP | a_ipc_msg_cellular_data_request_rsp message type ID |
A_IPC_MSG_CELLULAR_DATA_RELEASE_REQ_NORSP | a_ipc_msg_cellular_data_release_req_norsp message type ID |
A_IPC_MSG_CELLULAR_DATA_SECONDARY_REQUEST_REQ | a_ipc_msg_cellular_data_secondary_request_req message type ID |
A_IPC_MSG_CELLULAR_DATA_SECONDARY_REQUEST_RSP | a_ipc_msg_cellular_data_secondary_request_rsp message type ID |
A_IPC_MSG_CELLULAR_DATA_SECONDARY_RELEASE_REQ_NORSP | a_ipc_msg_cellular_data_secondary_release_req_norsp message type ID |
A_IPC_MSG_CELLULAR_INFO_REQ | a_ipc_msg_cellular_info_req message type ID |
A_IPC_MSG_CELLULAR_INFO_RSP | a_ipc_msg_cellular_info_rsp message type ID |
A_IPC_MSG_CELLULAR_STATUS_PUBLISH_IND | a_ipc_msg_cellular_status_publish_ind message type ID |
A_IPC_MSG_CELLULAR_STATUS_SECONDARY_PUBLISH_IND | a_ipc_msg_cellular_status_secondary_publish_ind message type ID |
A_IPC_MSG_CELLULAR_TEMPERATURE_REQ | a_ipc_msg_cellular_temperature_req message type ID |
A_IPC_MSG_CELLULAR_TEMPERATURE_RSP | a_ipc_msg_cellular_temperature_rsp message type ID |
A_IPC_MSG_CELLULAR_STATUS_LATEST_REQ | a_ipc_msg_cellular_status_latest_req message type ID |
A_IPC_MSG_CELLULAR_STATUS_LATEST_RSP | a_ipc_msg_cellular_status_latest_rsp message type ID |
A_IPC_MSG_CELLULAR_STATUS_SECONDARY_LATEST_REQ | a_ipc_msg_cellular_status_secondary_latest_req message type ID |
A_IPC_MSG_CELLULAR_STATUS_SECONDARY_LATEST_RSP | a_ipc_msg_cellular_status_secondary_latest_rsp message type ID |
A_IPC_MSG_CELLULAR_EXTENDED_STATUS_PUBLISH_IND | a_ipc_msg_cellular_extended_status_publish_ind message type ID |
A_IPC_MSG_CELLULAR_STATUS_SUBSCRIBE_REQ | a_ipc_msg_cellular_status_subscribe_req message type ID |
A_IPC_MSG_CELLULAR_STATUS_SUBSCRIBE_RSP | a_ipc_msg_cellular_status_subscribe_rsp message type ID |
A_IPC_MSG_CELLULAR_STATUS_UNSUBSCRIBE_REQ_NORSP | a_ipc_msg_cellular_status_unsubscribe_req_norsp message type ID |
A_IPC_MSG_CELLULAR_STATUS_SECONDARY_SUBSCRIBE_REQ | a_ipc_msg_cellular_status_secondary_subscribe_req message type ID |
A_IPC_MSG_CELLULAR_STATUS_SECONDARY_SUBSCRIBE_RSP | a_ipc_msg_cellular_status_secondary_subscribe_rsp message type ID |
A_IPC_MSG_CELLULAR_STATUS_SECONDARY_UNSUBSCRIBE_REQ_NORSP | a_ipc_msg_cellular_status_secondary_unsubscribe_req_norsp message type ID |
A_IPC_MSG_CELLULAR_EXTENDED_STATUS_SUBSCRIBE_REQ | a_ipc_msg_cellular_extended_status_subscribe_req message type ID |
A_IPC_MSG_CELLULAR_EXTENDED_STATUS_SUBSCRIBE_RSP | a_ipc_msg_cellular_extended_status_subscribe_rsp message type ID |
A_IPC_MSG_CELLULAR_EXTENDED_STATUS_UNSUBSCRIBE_REQ_NORSP | a_ipc_msg_cellular_extended_status_unsubscribe_req_norsp message type ID |
A_IPC_MSG_CONNECTIVITY_CONFIGURE_CONSUMER_REQ | a_ipc_msg_connectivity_configure_consumer_req message type ID |
A_IPC_MSG_CONNECTIVITY_CONFIGURE_CONSUMER_RSP | a_ipc_msg_connectivity_configure_consumer_rsp message type ID |
A_IPC_MSG_CONNECTIVITY_CONSUMER_STATUS_PUBLISH_IND | a_ipc_msg_connectivity_consumer_status_publish_ind message type ID |
A_IPC_MSG_CONNECTIVITY_CONSUMER_STATUS_SUBSCRIBE_REQ | a_ipc_msg_connectivity_consumer_status_subscribe_req message type ID |
A_IPC_MSG_CONNECTIVITY_CONSUMER_STATUS_SUBSCRIBE_RSP | a_ipc_msg_connectivity_consumer_status_subscribe_rsp message type ID |
A_IPC_MSG_CONNECTIVITY_CONSUMER_STATUS_UNSUBSCRIBE_REQ_NORSP | a_ipc_msg_connectivity_consumer_status_unsubscribe_req_norsp message type ID |
A_IPC_MSG_DIAGNOSTICS_EMMC_HEALTH_STATUS_REQ | a_ipc_msg_diagnostics_emmc_health_status_req message type ID |
A_IPC_MSG_DIAGNOSTICS_EMMC_HEALTH_STATUS_RSP | a_ipc_msg_diagnostics_emmc_health_status_rsp message type ID |
A_IPC_MSG_DIAGNOSTICS_T1_HEALTH_INDICATORS_REQ | a_ipc_msg_diagnostics_t1_health_indicators_req message type ID |
A_IPC_MSG_DIAGNOSTICS_T1_HEALTH_INDICATORS_RSP | a_ipc_msg_diagnostics_t1_health_indicators_rsp message type ID |
A_IPC_MSG_DIAGNOSTICS_ANTENNA_STATUS_REQ | a_ipc_msg_diagnostics_antenna_status_req message type ID |
A_IPC_MSG_DIAGNOSTICS_ANTENNA_STATUS_RSP | a_ipc_msg_diagnostics_antenna_status_rsp message type ID |
A_IPC_MSG_DIAGNOSTICS_GET_ACTIVE_ANTENNA_REQ | a_ipc_msg_diagnostics_get_active_antenna_req message type ID |
A_IPC_MSG_DIAGNOSTICS_GET_ACTIVE_ANTENNA_RSP | a_ipc_msg_diagnostics_get_active_antenna_rsp message type ID |
A_IPC_MSG_DIAGNOSTICS_GET_SOC_TEMPERATURE_REQ | a_ipc_msg_diagnostics_get_soc_temperature_req message type ID |
A_IPC_MSG_DIAGNOSTICS_GET_SOC_TEMPERATURE_RSP | a_ipc_msg_diagnostics_get_soc_temperature_rsp message type ID |
A_IPC_MSG_DIAGNOSTICS_GET_VOLTAGE_REQ | a_ipc_msg_diagnostics_get_voltage_req message type ID |
A_IPC_MSG_DIAGNOSTICS_GET_VOLTAGE_RSP | a_ipc_msg_diagnostics_get_voltage_rsp message type ID |
A_IPC_MSG_DIGITAL_INPUT_CHANNEL_SET_CONFIGURATION_REQ | a_ipc_msg_digital_input_channel_set_configuration_req message type ID |
A_IPC_MSG_DIGITAL_INPUT_CHANNEL_SET_CONFIGURATION_RSP | a_ipc_msg_digital_input_channel_set_configuration_rsp message type ID |
A_IPC_MSG_DIGITAL_INPUT_CHANNEL_GET_CONFIGURATION_REQ | a_ipc_msg_digital_input_channel_get_configuration_req message type ID |
A_IPC_MSG_DIGITAL_INPUT_CHANNEL_GET_CONFIGURATION_RSP | a_ipc_msg_digital_input_channel_get_configuration_rsp message type ID |
A_IPC_MSG_DIGITAL_INPUT_CHANNEL_REQUEST_REQ | a_ipc_msg_digital_input_channel_request_req message type ID |
A_IPC_MSG_DIGITAL_INPUT_CHANNEL_REQUEST_RSP | a_ipc_msg_digital_input_channel_request_rsp message type ID |
A_IPC_MSG_DIGITAL_INPUT_CHANNEL_RELEASE_REQ_NORSP | a_ipc_msg_digital_input_channel_release_req_norsp message type ID |
A_IPC_MSG_DIGITAL_INPUT_CHANNEL_STATUS_REQ | a_ipc_msg_digital_input_channel_status_req message type ID |
A_IPC_MSG_DIGITAL_INPUT_CHANNEL_STATUS_RSP | a_ipc_msg_digital_input_channel_status_rsp message type ID |
A_IPC_MSG_DIGITAL_INPUT_CHANNEL_STATUS_PUBLISH_IND | a_ipc_msg_digital_input_channel_status_publish_ind message type ID |
A_IPC_MSG_DIGITAL_INPUT_CHANNEL_STATUS_SUBSCRIBE_REQ | a_ipc_msg_digital_input_channel_status_subscribe_req message type ID |
A_IPC_MSG_DIGITAL_INPUT_CHANNEL_STATUS_SUBSCRIBE_RSP | a_ipc_msg_digital_input_channel_status_subscribe_rsp message type ID |
A_IPC_MSG_DIGITAL_INPUT_CHANNEL_STATUS_UNSUBSCRIBE_REQ_NORSP | a_ipc_msg_digital_input_channel_status_unsubscribe_req_norsp message type ID |
A_IPC_MSG_DIGITAL_OUTPUT_CHANNEL_CONFIGURE_REQ | a_ipc_msg_digital_output_channel_configure_req message type ID |
A_IPC_MSG_DIGITAL_OUTPUT_CHANNEL_CONFIGURE_RSP | a_ipc_msg_digital_output_channel_configure_rsp message type ID |
A_IPC_MSG_DIGITAL_OUTPUT_CHANNEL_REQUEST_REQ | a_ipc_msg_digital_output_channel_request_req message type ID |
A_IPC_MSG_DIGITAL_OUTPUT_CHANNEL_REQUEST_RSP | a_ipc_msg_digital_output_channel_request_rsp message type ID |
A_IPC_MSG_DIGITAL_OUTPUT_CHANNEL_RELEASE_REQ_NORSP | a_ipc_msg_digital_output_channel_release_req_norsp message type ID |
A_IPC_MSG_DIGITAL_OUTPUT_CHANNEL_STATUS_REQ | a_ipc_msg_digital_output_channel_status_req message type ID |
A_IPC_MSG_DIGITAL_OUTPUT_CHANNEL_STATUS_RSP | a_ipc_msg_digital_output_channel_status_rsp message type ID |
A_IPC_MSG_ETHERNET_REQUEST_REQ | a_ipc_msg_ethernet_request_req message type ID |
A_IPC_MSG_ETHERNET_REQUEST_RSP | a_ipc_msg_ethernet_request_rsp message type ID |
A_IPC_MSG_ETHERNET_RELEASE_REQ | a_ipc_msg_ethernet_release_req message type ID |
A_IPC_MSG_ETHERNET_RELEASE_RSP | a_ipc_msg_ethernet_release_rsp message type ID |
A_IPC_MSG_ETHERNET_SET_BOOT_STATE_REQ | a_ipc_msg_ethernet_set_boot_state_req message type ID |
A_IPC_MSG_ETHERNET_SET_BOOT_STATE_RSP | a_ipc_msg_ethernet_set_boot_state_rsp message type ID |
A_IPC_MSG_ETHERNET_GET_BOOT_STATE_REQ | a_ipc_msg_ethernet_get_boot_state_req message type ID |
A_IPC_MSG_ETHERNET_GET_BOOT_STATE_RSP | a_ipc_msg_ethernet_get_boot_state_rsp message type ID |
A_IPC_MSG_ETHERNET_STATUS_REQ | a_ipc_msg_ethernet_status_req message type ID |
A_IPC_MSG_ETHERNET_STATUS_RSP | a_ipc_msg_ethernet_status_rsp message type ID |
A_IPC_MSG_GYRO_REQUEST_REQ | a_ipc_msg_gyro_request_req message type ID |
A_IPC_MSG_GYRO_REQUEST_RSP | a_ipc_msg_gyro_request_rsp message type ID |
A_IPC_MSG_GYRO_RELEASE_REQ_NORSP | a_ipc_msg_gyro_release_req_norsp message type ID |
A_IPC_MSG_GYRO_CONFIGURE_REQ | a_ipc_msg_gyro_configure_req message type ID |
A_IPC_MSG_GYRO_CONFIGURE_RSP | a_ipc_msg_gyro_configure_rsp message type ID |
A_IPC_MSG_GYRO_PUBLISH_IND | a_ipc_msg_gyro_publish_ind message type ID |
A_IPC_MSG_GYRO_SUBSCRIBE_REQ | a_ipc_msg_gyro_subscribe_req message type ID |
A_IPC_MSG_GYRO_SUBSCRIBE_RSP | a_ipc_msg_gyro_subscribe_rsp message type ID |
A_IPC_MSG_GYRO_UNSUBSCRIBE_REQ_NORSP | a_ipc_msg_gyro_unsubscribe_req_norsp message type ID |
A_IPC_MSG_HWINFO_REQ | a_ipc_msg_hwinfo_req message type ID |
A_IPC_MSG_HWINFO_RSP | a_ipc_msg_hwinfo_rsp message type ID |
A_IPC_MSG_LED_SET_REQ | a_ipc_msg_led_set_req message type ID |
A_IPC_MSG_LED_SET_RSP | a_ipc_msg_led_set_rsp message type ID |
A_IPC_MSG_LOCATION_REQUEST_REQ | a_ipc_msg_location_request_req message type ID |
A_IPC_MSG_LOCATION_REQUEST_RSP | a_ipc_msg_location_request_rsp message type ID |
A_IPC_MSG_LOCATION_RELEASE_REQ_NORSP | a_ipc_msg_location_release_req_norsp message type ID |
A_IPC_MSG_LOCATION_PUBLISH_IND | a_ipc_msg_location_publish_ind message type ID |
A_IPC_MSG_LOCATION_TRIGGER_GNSS_COLD_START_REQ | a_ipc_msg_location_trigger_gnss_cold_start_req message type ID |
A_IPC_MSG_LOCATION_TRIGGER_GNSS_COLD_START_RSP | a_ipc_msg_location_trigger_gnss_cold_start_rsp message type ID |
A_IPC_MSG_LOCATION_SUBSCRIBE_REQ | a_ipc_msg_location_subscribe_req message type ID |
A_IPC_MSG_LOCATION_SUBSCRIBE_RSP | a_ipc_msg_location_subscribe_rsp message type ID |
A_IPC_MSG_LOCATION_UNSUBSCRIBE_REQ_NORSP | a_ipc_msg_location_unsubscribe_req_norsp message type ID |
A_IPC_MSG_MODEM_RUSAT_AT_COMMAND_REQ | a_ipc_msg_modem_rusat_at_command_req message type ID |
A_IPC_MSG_MODEM_RUSAT_AT_COMMAND_RSP | a_ipc_msg_modem_rusat_at_command_rsp message type ID |
A_IPC_MSG_MODEM_RUSAT_SSTN_LATEST_REQ | a_ipc_msg_modem_rusat_sstn_latest_req message type ID |
A_IPC_MSG_MODEM_RUSAT_SSTN_LATEST_RSP | a_ipc_msg_modem_rusat_sstn_latest_rsp message type ID |
A_IPC_MSG_MODEM_RUSAT_URC_NOTIFICATION_PUBLISH_IND | a_ipc_msg_modem_rusat_urc_notification_publish_ind message type ID |
A_IPC_MSG_MODEM_RUSAT_URC_NOTIFICATION_SUBSCRIBE_REQ | a_ipc_msg_modem_rusat_urc_notification_subscribe_req message type ID |
A_IPC_MSG_MODEM_RUSAT_URC_NOTIFICATION_SUBSCRIBE_RSP | a_ipc_msg_modem_rusat_urc_notification_subscribe_rsp message type ID |
A_IPC_MSG_MODEM_RUSAT_URC_NOTIFICATION_UNSUBSCRIBE_REQ_NORSP | a_ipc_msg_modem_rusat_urc_notification_unsubscribe_req_norsp message type ID |
A_IPC_MSG_POWER_REQUEST_REQ | a_ipc_msg_power_request_req message type ID |
A_IPC_MSG_POWER_REQUEST_RSP | a_ipc_msg_power_request_rsp message type ID |
A_IPC_MSG_POWER_RELEASE_REQ_NORSP | a_ipc_msg_power_release_req_norsp message type ID |
A_IPC_MSG_POWER_SUSPEND_REGISTER_REQ | a_ipc_msg_power_suspend_register_req message type ID |
A_IPC_MSG_POWER_SUSPEND_REGISTER_RSP | a_ipc_msg_power_suspend_register_rsp message type ID |
A_IPC_MSG_POWER_SUSPEND_UNREGISTER_REQ_NORSP | a_ipc_msg_power_suspend_unregister_req_norsp message type ID |
A_IPC_MSG_POWER_SUSPEND_PUBLISH_IND | a_ipc_msg_power_suspend_publish_ind message type ID |
A_IPC_MSG_POWER_SUSPEND_ACK_REQ_NORSP | a_ipc_msg_power_suspend_ack_req_norsp message type ID |
A_IPC_MSG_POWER_SHUTDOWN_REGISTER_REQ | a_ipc_msg_power_shutdown_register_req message type ID |
A_IPC_MSG_POWER_SHUTDOWN_REGISTER_RSP | a_ipc_msg_power_shutdown_register_rsp message type ID |
A_IPC_MSG_POWER_SHUTDOWN_UNREGISTER_REQ_NORSP | a_ipc_msg_power_shutdown_unregister_req_norsp message type ID |
A_IPC_MSG_POWER_SHUTDOWN_PUBLISH_IND | a_ipc_msg_power_shutdown_publish_ind message type ID |
A_IPC_MSG_POWER_SHUTDOWN_ACK_REQ_NORSP | a_ipc_msg_power_shutdown_ack_req_norsp message type ID |
A_IPC_MSG_POWER_SHUTDOWN_SHUTDOWN_REQ_NORSP | a_ipc_msg_power_shutdown_shutdown_req_norsp message type ID |
A_IPC_MSG_POWER_SHUTDOWN_REBOOT_REQ_NORSP | a_ipc_msg_power_shutdown_reboot_req_norsp message type ID |
A_IPC_MSG_POWER_REBOOT_PENDING_PUBLISH_IND | a_ipc_msg_power_reboot_pending_publish_ind message type ID |
A_IPC_MSG_POWER_WAKEUP_PUBLISH_IND | a_ipc_msg_power_wakeup_publish_ind message type ID |
A_IPC_MSG_POWER_GET_NO_OF_REQUESTORS_REQ | a_ipc_msg_power_get_no_of_requestors_req message type ID |
A_IPC_MSG_POWER_GET_NO_OF_REQUESTORS_RSP | a_ipc_msg_power_get_no_of_requestors_rsp message type ID |
A_IPC_MSG_POWER_GET_REQUESTOR_INFO_REQ | a_ipc_msg_power_get_requestor_info_req message type ID |
A_IPC_MSG_POWER_GET_REQUESTOR_INFO_RSP | a_ipc_msg_power_get_requestor_info_rsp message type ID |
A_IPC_MSG_POWER_SUSPEND_SUBSCRIBE_REQ | a_ipc_msg_power_suspend_subscribe_req message type ID |
A_IPC_MSG_POWER_SUSPEND_SUBSCRIBE_RSP | a_ipc_msg_power_suspend_subscribe_rsp message type ID |
A_IPC_MSG_POWER_SUSPEND_UNSUBSCRIBE_REQ_NORSP | a_ipc_msg_power_suspend_unsubscribe_req_norsp message type ID |
A_IPC_MSG_POWER_SHUTDOWN_SUBSCRIBE_REQ | a_ipc_msg_power_shutdown_subscribe_req message type ID |
A_IPC_MSG_POWER_SHUTDOWN_SUBSCRIBE_RSP | a_ipc_msg_power_shutdown_subscribe_rsp message type ID |
A_IPC_MSG_POWER_SHUTDOWN_UNSUBSCRIBE_REQ_NORSP | a_ipc_msg_power_shutdown_unsubscribe_req_norsp message type ID |
A_IPC_MSG_POWER_REBOOT_PENDING_SUBSCRIBE_REQ | a_ipc_msg_power_reboot_pending_subscribe_req message type ID |
A_IPC_MSG_POWER_REBOOT_PENDING_SUBSCRIBE_RSP | a_ipc_msg_power_reboot_pending_subscribe_rsp message type ID |
A_IPC_MSG_POWER_REBOOT_PENDING_UNSUBSCRIBE_REQ_NORSP | a_ipc_msg_power_reboot_pending_unsubscribe_req_norsp message type ID |
A_IPC_MSG_POWER_WAKEUP_SUBSCRIBE_REQ | a_ipc_msg_power_wakeup_subscribe_req message type ID |
A_IPC_MSG_POWER_WAKEUP_SUBSCRIBE_RSP | a_ipc_msg_power_wakeup_subscribe_rsp message type ID |
A_IPC_MSG_POWER_WAKEUP_UNSUBSCRIBE_REQ_NORSP | a_ipc_msg_power_wakeup_unsubscribe_req_norsp message type ID |
A_IPC_MSG_RTC_GET_TIME_REQ | a_ipc_msg_rtc_get_time_req message type ID |
A_IPC_MSG_RTC_GET_TIME_RSP | a_ipc_msg_rtc_get_time_rsp message type ID |
A_IPC_MSG_RTC_ALLOCATE_ALARM_REQ | a_ipc_msg_rtc_allocate_alarm_req message type ID |
A_IPC_MSG_RTC_ALLOCATE_ALARM_RSP | a_ipc_msg_rtc_allocate_alarm_rsp message type ID |
A_IPC_MSG_RTC_SET_ALARM_REQ | a_ipc_msg_rtc_set_alarm_req message type ID |
A_IPC_MSG_RTC_SET_ALARM_RSP | a_ipc_msg_rtc_set_alarm_rsp message type ID |
A_IPC_MSG_RTC_CANCEL_ALARM_REQ | a_ipc_msg_rtc_cancel_alarm_req message type ID |
A_IPC_MSG_RTC_CANCEL_ALARM_RSP | a_ipc_msg_rtc_cancel_alarm_rsp message type ID |
A_IPC_MSG_RTC_FREE_ALARM_REQ_NORSP | a_ipc_msg_rtc_free_alarm_req_norsp message type ID |
A_IPC_MSG_RTC_ALARM_NOTIFICATION_PUBLISH_IND | a_ipc_msg_rtc_alarm_notification_publish_ind message type ID |
A_IPC_MSG_RTC_ALARM_NOTIFICATION_SUBSCRIBE_REQ | a_ipc_msg_rtc_alarm_notification_subscribe_req message type ID |
A_IPC_MSG_RTC_ALARM_NOTIFICATION_SUBSCRIBE_RSP | a_ipc_msg_rtc_alarm_notification_subscribe_rsp message type ID |
A_IPC_MSG_RTC_ALARM_NOTIFICATION_UNSUBSCRIBE_REQ_NORSP | a_ipc_msg_rtc_alarm_notification_unsubscribe_req_norsp message type ID |
A_IPC_MSG_SOFTWARE_UPDATE_VERSION_REQ | a_ipc_msg_software_update_version_req message type ID |
A_IPC_MSG_SOFTWARE_UPDATE_VERSION_RSP | a_ipc_msg_software_update_version_rsp message type ID |
A_IPC_MSG_SOFTWARE_UPDATE_USER_POST_VALIDATION_REQ | a_ipc_msg_software_update_user_post_validation_req message type ID |
A_IPC_MSG_SOFTWARE_UPDATE_USER_POST_VALIDATION_RSP | a_ipc_msg_software_update_user_post_validation_rsp message type ID |
A_IPC_MSG_SOFTWARE_UPDATE_LOCAL_PREPARE_REQ_NORSP | a_ipc_msg_software_update_local_prepare_req_norsp message type ID |
A_IPC_MSG_SOFTWARE_UPDATE_START_REQ_NORSP | a_ipc_msg_software_update_start_req_norsp message type ID |
A_IPC_MSG_SOFTWARE_UPDATE_ABORT_REQ_NORSP | a_ipc_msg_software_update_abort_req_norsp message type ID |
A_IPC_MSG_SOFTWARE_UPDATE_STATUS_PUBLISH_IND | a_ipc_msg_software_update_status_publish_ind message type ID |
A_IPC_MSG_SOFTWARE_UPDATE_STATUS_SUBSCRIBE_REQ | a_ipc_msg_software_update_status_subscribe_req message type ID |
A_IPC_MSG_SOFTWARE_UPDATE_STATUS_SUBSCRIBE_RSP | a_ipc_msg_software_update_status_subscribe_rsp message type ID |
A_IPC_MSG_SOFTWARE_UPDATE_STATUS_UNSUBSCRIBE_REQ_NORSP | a_ipc_msg_software_update_status_unsubscribe_req_norsp message type ID |
A_IPC_MSG_WIFI_STATION_REQUEST_REQ | a_ipc_msg_wifi_station_request_req message type ID |
A_IPC_MSG_WIFI_STATION_REQUEST_RSP | a_ipc_msg_wifi_station_request_rsp message type ID |
A_IPC_MSG_WIFI_STATION_RELEASE_REQ_NORSP | a_ipc_msg_wifi_station_release_req_norsp message type ID |
A_IPC_MSG_WIFI_STATION_SEARCH_REPORTING_REQ_NORSP | a_ipc_msg_wifi_station_search_reporting_req_norsp message type ID |
A_IPC_MSG_WIFI_STATION_SEARCH_REPORTING_PUBLISH_IND | a_ipc_msg_wifi_station_search_reporting_publish_ind message type ID |
A_IPC_MSG_WIFI_STATION_CONNECTIVITY_FAILURE_PUBLISH_IND | a_ipc_msg_wifi_station_connectivity_failure_publish_ind message type ID |
A_IPC_MSG_WIFI_STATION_AUTO_CONNECT_REQ_NORSP | a_ipc_msg_wifi_station_auto_connect_req_norsp message type ID |
A_IPC_MSG_WIFI_STATION_CONNECT_REQ | a_ipc_msg_wifi_station_connect_req message type ID |
A_IPC_MSG_WIFI_STATION_CONNECT_RSP | a_ipc_msg_wifi_station_connect_rsp message type ID |
A_IPC_MSG_WIFI_STATION_STATUS_REQ | a_ipc_msg_wifi_station_status_req message type ID |
A_IPC_MSG_WIFI_STATION_STATUS_RSP | a_ipc_msg_wifi_station_status_rsp message type ID |
A_IPC_MSG_WIFI_STATION_STATUS_PUBLISH_IND | a_ipc_msg_wifi_station_status_publish_ind message type ID |
A_IPC_MSG_WIFI_STATION_ADD_KNOWN_NETWORK_REQ | a_ipc_msg_wifi_station_add_known_network_req message type ID |
A_IPC_MSG_WIFI_STATION_ADD_KNOWN_NETWORK_RSP | a_ipc_msg_wifi_station_add_known_network_rsp message type ID |
A_IPC_MSG_WIFI_STATION_LIST_KNOWN_NETWORKS_REQ_NORSP | a_ipc_msg_wifi_station_list_known_networks_req_norsp message type ID |
A_IPC_MSG_WIFI_STATION_LIST_KNOWN_NETWORKS_PUBLISH_IND | a_ipc_msg_wifi_station_list_known_networks_publish_ind message type ID |
A_IPC_MSG_WIFI_STATION_DELETE_KNOWN_NETWORK_REQ | a_ipc_msg_wifi_station_delete_known_network_req message type ID |
A_IPC_MSG_WIFI_STATION_DELETE_KNOWN_NETWORK_RSP | a_ipc_msg_wifi_station_delete_known_network_rsp message type ID |
A_IPC_MSG_WIFI_REGULATORY_DOMAIN_SET_REQ | a_ipc_msg_wifi_regulatory_domain_set_req message type ID |
A_IPC_MSG_WIFI_REGULATORY_DOMAIN_SET_RSP | a_ipc_msg_wifi_regulatory_domain_set_rsp message type ID |
A_IPC_MSG_WIFI_REGULATORY_DOMAIN_GET_REQ | a_ipc_msg_wifi_regulatory_domain_get_req message type ID |
A_IPC_MSG_WIFI_REGULATORY_DOMAIN_GET_RSP | a_ipc_msg_wifi_regulatory_domain_get_rsp message type ID |
A_IPC_MSG_WIFI_AP_REQUEST_REQ | a_ipc_msg_wifi_ap_request_req message type ID |
A_IPC_MSG_WIFI_AP_REQUEST_RSP | a_ipc_msg_wifi_ap_request_rsp message type ID |
A_IPC_MSG_WIFI_AP_RELEASE_REQ_NORSP | a_ipc_msg_wifi_ap_release_req_norsp message type ID |
A_IPC_MSG_WIFI_AP_CONFIGURE_REQ | a_ipc_msg_wifi_ap_configure_req message type ID |
A_IPC_MSG_WIFI_AP_CONFIGURE_RSP | a_ipc_msg_wifi_ap_configure_rsp message type ID |
A_IPC_MSG_WIFI_STATION_SEARCH_REPORTING_SUBSCRIBE_REQ | a_ipc_msg_wifi_station_search_reporting_subscribe_req message type ID |
A_IPC_MSG_WIFI_STATION_SEARCH_REPORTING_SUBSCRIBE_RSP | a_ipc_msg_wifi_station_search_reporting_subscribe_rsp message type ID |
A_IPC_MSG_WIFI_STATION_SEARCH_REPORTING_UNSUBSCRIBE_REQ_NORSP | a_ipc_msg_wifi_station_search_reporting_unsubscribe_req_norsp message type ID |
A_IPC_MSG_WIFI_STATION_CONNECTIVITY_FAILURE_SUBSCRIBE_REQ | a_ipc_msg_wifi_station_connectivity_failure_subscribe_req message type ID |
A_IPC_MSG_WIFI_STATION_CONNECTIVITY_FAILURE_SUBSCRIBE_RSP | a_ipc_msg_wifi_station_connectivity_failure_subscribe_rsp message type ID |
A_IPC_MSG_WIFI_STATION_CONNECTIVITY_FAILURE_UNSUBSCRIBE_REQ_NORSP | a_ipc_msg_wifi_station_connectivity_failure_unsubscribe_req_norsp message type ID |
A_IPC_MSG_WIFI_STATION_STATUS_SUBSCRIBE_REQ | a_ipc_msg_wifi_station_status_subscribe_req message type ID |
A_IPC_MSG_WIFI_STATION_STATUS_SUBSCRIBE_RSP | a_ipc_msg_wifi_station_status_subscribe_rsp message type ID |
A_IPC_MSG_WIFI_STATION_STATUS_UNSUBSCRIBE_REQ_NORSP | a_ipc_msg_wifi_station_status_unsubscribe_req_norsp message type ID |
A_IPC_MSG_WIFI_STATION_LIST_KNOWN_NETWORKS_SUBSCRIBE_REQ | a_ipc_msg_wifi_station_list_known_networks_subscribe_req message type ID |
A_IPC_MSG_WIFI_STATION_LIST_KNOWN_NETWORKS_SUBSCRIBE_RSP | a_ipc_msg_wifi_station_list_known_networks_subscribe_rsp message type ID |
A_IPC_MSG_WIFI_STATION_LIST_KNOWN_NETWORKS_UNSUBSCRIBE_REQ_NORSP | a_ipc_msg_wifi_station_list_known_networks_unsubscribe_req_norsp message type ID |
A_IPC_MSG_MQTT_SHOULDER_TAP_PUBLISH_IND | a_ipc_msg_mqtt_shoulder_tap_publish_ind message type ID |
A_IPC_MSG_MQTT_SHOULDER_TAP_SUBSCRIBE_REQ | a_ipc_msg_mqtt_shoulder_tap_subscribe_req message type ID |
A_IPC_MSG_MQTT_SHOULDER_TAP_SUBSCRIBE_RSP | a_ipc_msg_mqtt_shoulder_tap_subscribe_rsp message type ID |
A_IPC_MSG_MQTT_SHOULDER_TAP_UNSUBSCRIBE_REQ_NORSP | a_ipc_msg_mqtt_shoulder_tap_unsubscribe_req_norsp message type ID |