![]() |
Network Component
Version 7.5.0
MDK Middleware for IPv4 and IPv6 Networking
|
Enumerations | |
enum | MODEM_STATUS { MODEM_OK = 0, MODEM_ERROR = 1 } |
enum | MODEM_EVENT { MODEM_EVENT_OK, MODEM_EVENT_TIMEOUT, MODEM_EVENT_RESPONSE, MODEM_EVENT_ERROR } |
Functions | |
MODEM_STATUS | Modem_Initialize (Modem_Request_t cb_request, const char *init_string) |
Initialize Modem Device. More... | |
MODEM_STATUS | Modem_Uninitialize (void) |
De-initialize Modem Device. More... | |
MODEM_STATUS | Modem_Listen (void) |
Start Modem Device listening mode. More... | |
MODEM_STATUS | Modem_Dial (const char *dial_num) |
Start dialing target number. More... | |
MODEM_STATUS | Modem_Hangup (void) |
Hangup the line. More... | |
bool | Modem_IsOnline (void) |
Check if modem is online. More... | |
MODEM_STATUS | Modem_Notify (MODEM_EVENT event, const char *response) |
Notify the Modem Driver of completion event. More... | |
void | Modem_Request (const char *command, const char *response, uint32_t timeout, uint32_t retries) |
Request Callback function for the driver. More... | |