Implementation for the ServiceAccessPoint RadioLinkTest (LR-Base firmware only)
More...
#include <SAP/WiMOD_SAP_RLT.h>
Implementation for the ServiceAccessPoint RadioLinkTest (LR-Base firmware only)
◆ WiMOD_SAP_RLT()
| WiMOD_SAP_RLT::WiMOD_SAP_RLT |
( |
TWiMODLRHCI * |
hci, |
|
|
UINT8 * |
buffer, |
|
|
UINT16 |
bufferSize |
|
) |
| |
Constructor.
- Parameters
-
| hci | Pointer to HCI processor object |
| buffer | pointer to storage area for building tx frames; MUST BE VALID |
| bufferSize | size of the buffer |
◆ convert()
Convert a received low level HCI-Msg to a high-level SensorAckData structure.
This function should be used by the RLT Status Indication Callback function prior processing the received data message.
- Parameters
-
| RxMsg | Reference to low-level HCI message. |
- Warning
- DO NOT MANIPULATE THESE VALUES !!!
- Parameters
-
| statusData | Pointer to the buffer where to store the received data |
- Return values
-
| true | if the conversion was successful |
◆ RegisterStatusIndClient()
Register a callback function for the event "RLT Status Indication".
This registered callback is called when the specified event is called by the WiMOD stack.
- Parameters
-
| cb | pointer to a callback function that should be called if the event occurs. |
◆ StartRadioLinkTest()
Starts the integrated Radio Link Test mode/feature.
This functions starts the integrated Radio Link Test mode / feature. The user can determnine the radio coverage with the helf of this mode.
- Warning
- : Thes mode may interrupt normal operation. Use this mode only in defined test szenarios.
- See also
- TWiMODLRResultCodes for interpretation of the values
- Parameters
-
| params | poniter to parameter structure for this mode |
| statusRsp | Status byte contained in the local response of the module |
- Return values
-
| WiMODLR_RESULT_OK | if command transmit to WiMOD was ok |
◆ StopRadioLinkTest()
Stops the integrated Radio Link Test mode/feature.
This functions stops the integrated Radio Link Test mode / feature. The user can determnine the radio coverage with the helf of this mode.
- Warning
- : Thes mode may interrupt normal operation. Use this mode only in defined test szenarios.
- See also
- TWiMODLRResultCodes for interpretation of the values
- Parameters
-
| statusRsp | Status byte contained in the local response of the module |
- Return values
-
| WiMODLR_RESULT_OK | if command transmit to WiMOD was ok |
The documentation for this class was generated from the following files: