monoZ docs
Modem

-For monoZ Modem refer MZ_Modem_public.h file. 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...
 

Detailed Description

-For monoZ Modem refer MZ_Modem_public.h file.

Function Documentation

◆ mz_send_AT()

mz_error_t mz_send_AT ( void *  arg)

Function to send the AT command.

Parameters
argvoid *
Returns
MZ_OK/MZ_FAIL

◆ MZ_init_cmd_direct()

mz_error_t MZ_init_cmd_direct ( char *  dbuffer,
mzInt32  to,
mzInt32  twn 
)

This function initializes the AT command.

Parameters
dbufferchar *
tomzInt32
twnmzInt32
Returns
MZ_OK/MZ_FAIL

◆ MZ_lwm2m_cmd_direct()

mz_error_t MZ_lwm2m_cmd_direct ( char *  dbuffer,
mzInt32  to 
)

This function is used to initialize the LwM2M command.

Parameters
dbufferchar *
tomzInt32
Returns
MZ_OK/MZ_FAIL

◆ mz_at_core_init_complete()

mz_error_t mz_at_core_init_complete ( void  )

This function initializes the monoZ AT core.

Returns
MZ_OK/MZ_FAIL

◆ mz_at_set_init_count()

mz_error_t mz_at_set_init_count ( int  in)

This function is used to set the initial count for the monoZ AT core.

Parameters
inint
Returns
MZ_OK/MZ_FAIL

◆ mz_at_set_at_debug_enable()

void mz_at_set_at_debug_enable ( int  in)

This function is used to debug enabling monoz AT set.

Parameters
inint

◆ mz_at_get_at_debug_enable()

int mz_at_get_at_debug_enable ( void  )

This function is used to get debug enabling monoz AT.

Returns
1/0