#include "Arduino.h"
#include <string.h>
#include "utils/WMDefs.h"
#include "utils/ComSLIP.h"
#include "HCI/WiMODLRHCI.h"
#include "utils/FreqCalc_SX127x.h"
#include "SAP/WiMOD_SAP_DEVMGMT.h"
#include "SAP/WiMOD_SAP_RadioLink.h"
#include "SAP/WiMOD_SAP_Generic.h"
#include "SAP/WiMOD_SAP_HWTest.h"
Go to the source code of this file.
|
| class | WiMODLRBASE |
| | Main class representing the interface to the WiMOD running the firmware WiMODLR-BASE. More...
|
| |
◆ TDataLinkRxUDataIndClient
| typedef void(* TDataLinkRxUDataIndClient) (UINT8 *data, UINT16 length) |
THIS IS AN EXAMPLE IMPLEMENTATION ACCORDING THE THE HCI SPEC: V1.10 FOR FIRMWARE: LR-BASE Type definition for callback function that handles a 'RX U-Data event' for the DataLink service
◆ TDataLinkSendUdataIndClient
| typedef void(* TDataLinkSendUdataIndClient) (UINT8 status) |
Type definition for callback function that handles a 'TX U-Data event' for the DataLink service