monoZ docs
MZ_Modem_public.h
Go to the documentation of this file.
1
8#ifndef MZ_AT_INIT_H_
9#define MZ_AT_INIT_H_
10#ifdef __cplusplus
11extern "C" {
12#endif
13#include "MZ_error_handler.h"
14#include "MZ_Common.h"
15
16
20typedef struct
21{
25}st_att;
26
38
48
57
63
70
76
83#ifdef __cplusplus
84}
85#endif
86#endif /* MZ_AT_INIT_H_ */
monoZ Lib Common.
long int mzInt32
4 Byte data type
Definition: MZ_common.h:83
char mzInt8
1 Byte data type
Definition: MZ_common.h:45
monoZ Error Handler
mz_error_t
Enumeration of monoZ Error Flags.
mz_error_t mz_at_set_init_count(int in)
This function is used to set the initial count for the monoZ AT core.
mz_error_t mz_send_AT(void *arg)
Function to send the AT command.
mz_error_t mz_at_core_init_complete(void)
This function initializes the monoZ AT core.
mz_error_t MZ_init_cmd_direct(char *dbuffer, mzInt32 to, mzInt32 twn)
This function initializes the AT command.
void mz_at_set_at_debug_enable(int in)
This function is used to debug enabling monoz AT set.
mz_error_t MZ_lwm2m_cmd_direct(char *dbuffer, mzInt32 to)
This function is used to initialize the LwM2M command.
int mz_at_get_at_debug_enable(void)
This function is used to get debug enabling monoz AT.
Structure for a Single AT Cmd.
mzInt8 * _cmd
mzInt32 _tO
mzInt32 _delay