LEDComm  1.0
LEDCommDriver Struct Reference

Full duplex LEDComm driver class. More...

#include <ledcomm.h>

Inherits BaseAsynchronousChannel.

Collaboration diagram for LEDCommDriver:
Collaboration graph

Data Fields

const struct LEDCommDriverVMTvmt
 Virtual Methods Table. More...
 

Detailed Description

Full duplex LEDComm driver class.

This class extends BaseAsynchronousChannel by adding physical I/O queues.

Definition at line 219 of file ledcomm.h.

Field Documentation

const struct LEDCommDriverVMT* LEDCommDriver::vmt

Virtual Methods Table.

Definition at line 221 of file ledcomm.h.

Referenced by ldObjectInit().