![]() |
Demo HCI Implementation for WiMOD-LR Devices
V2.0.3
|
Implementation for the ServiceAccessPoint DeviceManagement. More...
#include <SAP/WiMOD_SAP_Generic.h>
Public Member Functions | |
| WiMOD_SAP_Generic (TWiMODLRHCI *hci, UINT8 *buffer, UINT16 bufferSize) | |
| Constructor. More... | |
| ~WiMOD_SAP_Generic (void) | |
| Destructor. | |
| TWiMODLRResultCodes | ExecuteGenericCmd (TWiMODLR_Generic_CmdInfo *info, UINT8 *statusRsp) |
| Reset Cmd - Do a reset / reboot of the WiMOD. More... | |
Implementation for the ServiceAccessPoint DeviceManagement.
| WiMOD_SAP_Generic::WiMOD_SAP_Generic | ( | TWiMODLRHCI * | hci, |
| UINT8 * | buffer, | ||
| UINT16 | bufferSize | ||
| ) |
Constructor.
| hci | Pointer to HCI processor object |
| buffer | pointer to storage area for building tx frames; MUST BE VALID |
| bufferSize | size of the buffer |
| TWiMODLRResultCodes WiMOD_SAP_Generic::ExecuteGenericCmd | ( | TWiMODLR_Generic_CmdInfo * | info, |
| UINT8 * | statusRsp | ||
| ) |
Reset Cmd - Do a reset / reboot of the WiMOD.
| info | pointer to store the received information |
| statusRsp | pointer to store status byte of response mesg from WiMOD |
| WiMODLR_RESULT_OK | if command transmit to WiMOD was ok |