armapi
v1.0
bĂȘta
|
Functions | |
armError_t | armSfxEnableDownlink (arm_t *arm, bool enable) |
Enable/Disable the Sigfox downlink. More... | |
bool | armSfxIsEnableDownlink (arm_t *arm) |
Get if the Sigfox downlink is enable. More... | |
armError_t armSfxEnableDownlink | ( | arm_t * | arm, |
bool | enable | ||
) |
Enable/Disable the Sigfox downlink.
This function is supported by:
arm | Pointer to your ARM structure. |
enable | true to enable Sigfox downlink, false to disable. |
bool armSfxIsEnableDownlink | ( | arm_t * | arm | ) |
Get if the Sigfox downlink is enable.
This function is supported by:
arm | Pointer to your ARM structure. |