Share via


Serial Port Driver Structures (Compact 2013)

3/26/2014

The following table shows the Serial Port driver structures.

Programming element

Description

DEVICE_LIST

This structure stores information about each serial device that a specified serial device driver can handle.

HW_VTBL

This structure stores function pointers to the functions that serial port drivers must implement.

HWOBJ

This structure describes the characteristics of serial devices.

SERIAL_DEV_STATUS

This structure stores the type of error and the communication status.

SERIAL_QUEUE_SIZES

This structure specifies the size of the input and output queues.

See Also

Reference

Serial Port Driver Reference