![]() |
MT2523 API Reference
LinkIt SDK v4
|
Enumerations | |
| enum | atci_status_t { ATCI_STATUS_REGISTRATION_FAILURE = -2, ATCI_STATUS_ERROR = -1, ATCI_STATUS_OK = 0 } |
| This enum defines the ATCI status types. More... | |
| enum | atci_cmd_mode_t { ATCI_CMD_MODE_READ, ATCI_CMD_MODE_ACTIVE, ATCI_CMD_MODE_EXECUTION, ATCI_CMD_MODE_TESTING, ATCI_CMD_MODE_INVALID } |
| This enum defines the input CMD mode. More... | |
| enum | atci_response_flag_t { ATCI_RESPONSE_FLAG_AUTO_APPEND_LF_CR = 0x00000002, ATCI_RESPONSE_FLAG_URC_FORMAT = 0x00000010, ATCI_RESPONSE_FLAG_QUOTED_WITH_LF_CR = 0x00000020, ATCI_RESPONSE_FLAG_APPEND_OK = 0x00000040, ATCI_RESPONSE_FLAG_APPEND_ERROR = 0x00000080 } |
| This enum defines the bit type of the auto append operation used in response_flag of the atci_response_t structure. More... | |
| enum atci_cmd_mode_t |
This enum defines the input CMD mode.
| enum atci_response_flag_t |
This enum defines the bit type of the auto append operation used in response_flag of the atci_response_t structure.
| enum atci_status_t |