 |
Demo HCI Implementation for WiMOD-LR Devices
V2.0.3
|
Go to the documentation of this file.
61 virtual UINT8* ProcessRxMessage(UINT8* , UINT16 ) {
return 0;}
80 bool SetRxBuffer(UINT8* rxBuffer, UINT16 rxbufferSize);
88 void StoreRxByte(UINT8 rxByte);
void RegisterClient(TComSlipClient *client)
register a client for processing
Definition: ComSLIP.cpp:98
bool SendMessage(UINT8 *msg, UINT16 msgLength)
Generic function to transfer a message from the host to the module.
Definition: ComSLIP.cpp:124
void end(void)
De-Init function.
Definition: ComSLIP.cpp:88
TComSlip(Stream &s)
Constructor.
Definition: ComSLIP.cpp:59
void SendWakeUpSequence(UINT8 nbr)
: Send a sequence of dummy chars to give the WiMOD some time to wake up
Definition: ComSLIP.cpp:308
void DecodeData(UINT8 *rxData, UINT16 length)
process received byte stream
Definition: ComSLIP.cpp:193
void begin()
Init function that must be called once prior to any other function of this object.
Definition: ComSLIP.cpp:77
Class for handling SLIP encoding and decoding of HCI messages.
Definition: ComSLIP.h:68
Class definition for enabling OO inheritance.
Definition: ComSLIP.h:52
bool SetRxBuffer(UINT8 *rxBuffer, UINT16 rxbufferSize)
configure a rx-buffer and enable receiver/decoder
Definition: ComSLIP.cpp:168