monoZ docs
|
Structure for a Single AT Cmd. More...
#include <MZ_Modem_public.h>
Data Fields | |
mzInt8 * | _cmd |
mzInt32 | _tO |
mzInt32 | _delay |
Structure for a Single AT Cmd.
Definition at line 20 of file MZ_Modem_public.h.
mzInt8* _cmd |
Individual AT CMD
Definition at line 22 of file MZ_Modem_public.h.
mzInt32 _tO |
Time out set for the AT CMD
Definition at line 23 of file MZ_Modem_public.h.
mzInt32 _delay |
Mandatory Waiting period after this AT CMD finished
Definition at line 24 of file MZ_Modem_public.h.