Demo HCI Implementation for WiMOD-LR Devices  V1.3.1
WiMODLR_BASE.h File Reference

Declarations for the High-level Interface for WiMOD LR-Base firmware. More...

#include "Arduino.h"
#include <string.h>
#include "utils/WMDefs.h"
#include "utils/ComSLIP.h"
#include "HCI/WiMODLRHCI.h"
#include "SAP/WiMOD_SAP_DEVMGMT.h"
#include "SAP/WiMOD_SAP_RadioLink.h"
#include "SAP/WiMOD_SAP_HWTest.h"
#include "utils/FreqCalc.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)
 

Detailed Description

Declarations for the High-level Interface for WiMOD LR-Base firmware.

Version
0.1
Author
(FB), IMST

Typedef Documentation

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

THIS IS AN EXAMPLE IMPLEMENTATION ACCORDING THE THE HCI SPEC: V1.8 FOR FIRMWARE: LR-BASEType definition for callback function that handles a 'RX U-Data event' for the DataLink service

typedef void(* TDataLinkSendUdataIndClient) (UINT8 status)

Type definition for callback function that handles a 'TX U-Data event' for the DataLink service