![]() |
Demo HCI Implementation for WiMOD-LR Devices
V1.3.1
|
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"
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) |
Declarations for the High-level Interface for WiMOD LR-Base firmware.
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