![]() |
Morse Micro IoT SDK
2.9.7
|
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 the subsystem config. More... | |
|
inlinestatic |
Commences a ping session using the current values in the 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 If the return code is not MMAGIC_STATUS_OK then the contents of this structure will be undefined. |
Definition at line 4332 of file mmagic_controller.h.