|
monoZ docs
|
monoZ Modem public Protocol More...
Go to the source code of this file.
Data Structures | |
| struct | st_att |
| Structure for a Single AT Cmd. More... | |
Macros | |
| #define | MZ_AT_INIT_H_ |
| monoZ AT Initialization More... | |
Functions | |
| mz_error_t | mz_send_AT (void *arg) |
| Function to send the AT command. More... | |
| mz_error_t | MZ_init_cmd_direct (char *dbuffer, mzInt32 to, mzInt32 twn) |
| This function initializes the AT command. More... | |
| mz_error_t | MZ_lwm2m_cmd_direct (char *dbuffer, mzInt32 to) |
| This function is used to initialize the LwM2M command. More... | |
| mz_error_t | mz_at_core_init_complete (void) |
| This function initializes the monoZ AT core. More... | |
| mz_error_t | mz_at_set_init_count (int in) |
| This function is used to set the initial count for the monoZ AT core. More... | |
| void | mz_at_set_at_debug_enable (int in) |
| This function is used to debug enabling monoz AT set. More... | |
| int | mz_at_get_at_debug_enable (void) |
| This function is used to get debug enabling monoz AT. More... | |
| #define MZ_AT_INIT_H_ |
monoZ AT Initialization
Definition at line 9 of file MZ_Modem_public.h.