 |
Demo HCI Implementation for WiMOD-LR Devices
V2.0.3
|
Go to the documentation of this file.
34 #ifndef SAP_WIMOD_SAP_GENERIC_H_
35 #define SAP_WIMOD_SAP_GENERIC_H_
45 #include "../HCI/WiMODLRHCI.h"
51 #ifdef WIMOD_USE_CPP11
90 UINT16 txyPayloadSize;
Implementation for the ServiceAccessPoint DeviceManagement.
Definition: WiMOD_SAP_Generic.h:78
TWiMODLRResultCodes ExecuteGenericCmd(TWiMODLR_Generic_CmdInfo *info, UINT8 *statusRsp)
Reset Cmd - Do a reset / reboot of the WiMOD.
Definition: WiMOD_SAP_Generic.cpp:87
#define WiMOD_GENERIC_MSG_SIZE
Definition: WiMOD_SAP_Generic_IDs.h:53
Internal helper class for processing SLIP frames.
Definition: WiMODLRHCI.h:235
@ WiMODLR_RESULT_TRANMIT_ERROR
Definition: WiMODLRHCI.h:154
basic low level HCI message structure used for all serial messages to/from WiMOD
Definition: WiMODLRHCI.h:120
@ WiMODLR_RESULT_OK
Definition: WiMODLRHCI.h:151
UINT16 Length
Definition: WiMODLRHCI.h:123
UINT8 Payload[WIMODLR_HCI_MSG_PAYLOAD_SIZE]
Definition: WiMODLRHCI.h:132
WiMOD_SAP_Generic(TWiMODLRHCI *hci, UINT8 *buffer, UINT16 bufferSize)
Constructor.
Definition: WiMOD_SAP_Generic.cpp:60
TWiMODLRResultCodes
Result codes for the local serial communication itself.
Definition: WiMODLRHCI.h:149
~WiMOD_SAP_Generic(void)
Destructor.
Definition: WiMOD_SAP_Generic.cpp:71