#include <hsmsd_interface.h>
Collaboration diagram for hsmsd_server_rsp_t:

Public Types | |
| enum | cnx_state_t { CNX_NOT_CONNECTED = 0, CNX_NOT_SELECTED, CNX_SELECTED } |
| enum | { CNX_START = 0, CNX_STOP, CNX_STATE_RSP, CNX_STATE_EVT, CNX_ERROR_EVT, MSG_SEND, MSG_RECV, MAX_RSP_TYPE } |
Public Attributes | |
| enum hsmsd_server_rsp_t:: { ... } | type |
| union { | |
| int req_status | |
| int cnx_error | |
| msg_header_t msg_header | |
| cnx_state_t cnx_state | |
| } | u |
Definition at line 137 of file hsmsd_interface.h.
1.5.1