No description available.
The SERIALPERF_STATS structure contains performance statistics for a serial port.
ReceivedCountThe number of characters received since either the serial port was opened or the last IOCTL_SERIAL_CLEAR_STATS request was processed.
TransmittedCountThe number of characters transmitted since either the serial port was opened or the last IOCTL_SERIAL_CLEAR_STATS request was processed.
FrameErrorCountThe number of frame errors detected since either the serial port was opened or the last IOCTL_SERIAL_CLEAR_STATS request was processed.
SerialOverrunErrorCountThe number of serial overrun errors detected since either the serial port was opened or the last IOCTL_SERIAL_CLEAR_STATS request was processed.
BufferOverrunErrorCountThe number of buffer overrun errors detected since either the serial port was opened or the last IOCTL_SERIAL_CLEAR_STATS request was processed.
ParityErrorCountThe number of parity errors detected since either the serial port was opened or the last IOCTL_SERIAL_CLEAR_STATS request was processed.
This structure is used by the IOCTL_SERIAL_GET_STATS request.
To reset the performance statistics to zero, send an IOCTL_SERIAL_CLEAR_STATS request.