armapi  v1.0
bĂȘta
Sigfox network

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...
 

Detailed Description

Function Documentation

armError_t armSfxEnableDownlink ( arm_t *  arm,
bool  enable 
)

Enable/Disable the Sigfox downlink.

This function is supported by:

  • ARM_N8_LP, ARM Nano in 868Mhz Low Power (and Sigfox).
Parameters
armPointer to your ARM structure.
enabletrue to enable Sigfox downlink, false to disable.
Returns
Error available:
Note
You need to call armUpdateConfig() to update the parameters in you ARM.
Warning
In the case here Sigfox network is supporter by your ARM only on uplink, this function don't return error.
See also
armSfxIsEnableDownlink()
bool armSfxIsEnableDownlink ( arm_t *  arm)

Get if the Sigfox downlink is enable.

Note
In the case where this function in not supported by your ARM the returned value is unfeasible.

This function is supported by:

  • ARM_N8_LP, ARM Nano in 868Mhz Low Power (and Sigfox).
Parameters
armPointer to your ARM structure.
Returns
true if the Sigfox downlink is enable or false if disable.
See also
armSfxEnableDownlink()