Functions | |
SWI_API SWI_RCODE | SwiGetRadioPower (SWI_STRUCT_RadioPower *pRadioPower, U32 timeout) |
SWI_API SWI_RCODE | SwiSetRadioPower (const SWI_STRUCT_RadioPower *pRadioPower, U32 timeout) |
SWI_API SWI_RCODE | SwiGetRadioTempState (SWI_STRUCT_RadioTempState *pRadioTemp, U32 timeout) |
SWI_API SWI_RCODE | SwiGetRadioBattery (SWI_STRUCT_RadioBattery *pRadioBattery, U32 timeout) |
SWI_API SWI_RCODE SwiGetRadioBattery | ( | SWI_STRUCT_RadioBattery * | pRadioBattery, | |
U32 | timeout | |||
) |
This function is used to retrieve the current radio battery state.
Voltage changes can be monitored with SWI_NOTIFY_RadioBattery.
[OUT] | pRadioBattery: A pointer to a SWI_STRUCT_RadioBattery structure to store the current radio battery state. | |
[IN] | timeout: Response timeout value in milliseconds. |
SWI_API SWI_RCODE SwiGetRadioPower | ( | SWI_STRUCT_RadioPower * | pRadioPower, | |
U32 | timeout | |||
) |
This function is used to retrieve the current radio power mode.
[OUT] | pRadioPower: Pointer to a SWI_STRUCT_RadioPower structure to store the current radio power setting. | |
[IN] | timeout: Response timeout value in milliseconds. |
SWI_API SWI_RCODE SwiGetRadioTempState | ( | SWI_STRUCT_RadioTempState * | pRadioTemp, | |
U32 | timeout | |||
) |
This function is used to retrieve the current radio temperature state.
UMTS AirCards will always report that the temperature state is normal. Temperature state changes can be monitored with SWI_NOTIFY_RadioTempState.
[OUT] | pRadioTemp: Pointer to a SWI_STRUCT_RadioTempState to store the current radio temperature state. | |
[IN] | timeout: Response timeout value in milliseconds. |
SWI_API SWI_RCODE SwiSetRadioPower | ( | const SWI_STRUCT_RadioPower * | pRadioPower, | |
U32 | timeout | |||
) |
This function is used to configure the radio power mode.
[IN] | pRadioPower: A pointer to a SWI_STRUCT_RadioPower structure which specifies the the new radio power setting. | |
[IN] | timeout: Response timeout value in milliseconds. |