Demo HCI Implementation for WiMOD-LR Devices  V2.0.3
WiMODLR_BASE.h File Reference
#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"
Include dependency graph for WiMODLR_BASE.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  WiMODLRBASE
 Main class representing the interface to the WiMOD running the firmware WiMODLR-BASE. More...
 

Typedefs

typedef void(* TDataLinkRxUDataIndClient) (UINT8 *data, UINT16 length)
 
typedef void(* TDataLinkSendUdataIndClient) (UINT8 status)
 

Typedef Documentation

◆ 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