![]() |
Morse Micro IoT SDK
2.11.2
|
Modules | |
| ping configuration variables | |
Data Structures | |
| struct | mmagic_core_ping_run_rsp_args |
| Response arguments structure for ping_run. More... | |
Functions | |
| static enum mmagic_status | mmagic_controller_ping_run (struct mmagic_controller *controller, struct mmagic_core_ping_run_rsp_args *rsp_args) |
| Commences a ping session using the current values in the subsystem config. More... | |
|
inlinestatic |
Commences a ping session using the current values in the subsystem config.
| controller | Reference to the controller handle. | |
| [out] | rsp_args | Pointer to the data structure to be filled out with the result. If the return code is not MMAGIC_STATUS_OK then the contents of this structure will be undefined. |
MMAGIC_STATUS_OK else an appropriate error code. Definition at line 4888 of file mmagic_controller.h.