Serial Framework C++ Edition
Public Attributes | List of all members
wclSerialFeatures Struct Reference

Contains communications driver features information. More...

#include <wclSerialClients.h>

Public Attributes

unsigned long MaxTxBuffer
 The maximum size of the driver's internal output buffer, in bytes. A value of zero indicates that no maximum value is imposed by the serial provider.
 
unsigned long MaxRxBuffer
 The maximum size of the driver's internal input buffer, in bytes. A value of zero indicates that no maximum value is imposed by the serial provider.
 
wclSerialBaudRate MaxBaudRate
 The maximum allowable baud rate, in bits per second (bps).
 
wclSerialType SerialType
 The communications-provider type.
 
wclSerialCapabilities Capabilities
 The capabilities offered by the provider.
 
wclSerialParams SettableParams
 The communications parameters that can be changed.
 
wclSerialBaudRates SettableBaud
 The baud rates that can be used.
 
wclSerialDataSizes SettableData
 The number of data bits that can be set.
 
wclSerialStopBitsSet SettableStopBits
 The stop bit that can be selected.
 
wclSerialParities SettableParity
 The parity settings that can be selected.
 

Detailed Description

Contains communications driver features information.