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

Declarations for the RadioLink SericeAccessPoint. More...

Include dependency graph for WiMOD_SAP_RadioLink.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  WiMOD_SAP_RadioLink
 Implementation for the ServiceAccessPoint RadioLink (LR-Base firmware only) More...
 

Typedefs

typedef void(* TRadioLinkUDataRxIndicationCallback) (TWiMODLR_HCIMessage &rxMsg)
 
typedef void(* TRadioLinkUDataTxIndicationCallback) (void)
 
typedef void(* TRadioLinkRawDataRxIndicationCallback) (TWiMODLR_HCIMessage &rxMsg)
 
typedef void(* TRadioLinkCDataRxIndicationCallback) (TWiMODLR_HCIMessage &rxMsg)
 
typedef void(* TRadioLinkCDataTxIndicationCallback) (TWiMODLR_HCIMessage &rxMsg)
 
typedef void(* TRadioLinkAckRxIndicationCallback) (TWiMODLR_HCIMessage &rxMsg)
 
typedef void(* TRadioLinkAckRxTimeoutIndicationCallback) (void)
 
typedef void(* TRadioLinkAckTxIndicationCallback) (void)
 

Detailed Description

Declarations for the RadioLink SericeAccessPoint.

Version
0.1
Author
(FB), IMST

Typedef Documentation

typedef void(* TRadioLinkAckRxIndicationCallback) (TWiMODLR_HCIMessage &rxMsg)

Type definition for a 'RX Ack' indication callback function

typedef void(* TRadioLinkAckRxTimeoutIndicationCallback) (void)

Type definition for a 'Ack timeout (RX)' indication callback function

typedef void(* TRadioLinkAckTxIndicationCallback) (void)

Type definition for a 'TX Ack' indication callback function

typedef void(* TRadioLinkCDataRxIndicationCallback) (TWiMODLR_HCIMessage &rxMsg)

Type definition for a 'RX C-Data' indication callback function

typedef void(* TRadioLinkCDataTxIndicationCallback) (TWiMODLR_HCIMessage &rxMsg)

Type definition for a 'TX C-Data' indication callback function

typedef void(* TRadioLinkRawDataRxIndicationCallback) (TWiMODLR_HCIMessage &rxMsg)

Type definition for a 'RX raw data' indication callback function

typedef void(* TRadioLinkUDataRxIndicationCallback) (TWiMODLR_HCIMessage &rxMsg)

Type definition for a 'RX U-Data' indication callback function

typedef void(* TRadioLinkUDataTxIndicationCallback) (void)

Type definition for a 'TX U-Data' indication callback function