ReactOS 0.4.15-dev-7958-gcd0bb1a
_SERIALPERF_STATS Struct Reference

#include <ntddser.h>

Public Attributes

ULONG ReceivedCount
 
ULONG TransmittedCount
 
ULONG FrameErrorCount
 
ULONG SerialOverrunErrorCount
 
ULONG BufferOverrunErrorCount
 
ULONG ParityErrorCount
 

Detailed Description

Definition at line 293 of file ntddser.h.

Member Data Documentation

◆ BufferOverrunErrorCount

ULONG _SERIALPERF_STATS::BufferOverrunErrorCount

Definition at line 298 of file ntddser.h.

Referenced by SerialReceiveByte(), and SerialWrite().

◆ FrameErrorCount

ULONG _SERIALPERF_STATS::FrameErrorCount

Definition at line 296 of file ntddser.h.

Referenced by SerenumDetectPnpDevice(), and SerialInterruptService().

◆ ParityErrorCount

ULONG _SERIALPERF_STATS::ParityErrorCount

Definition at line 299 of file ntddser.h.

Referenced by SerenumDetectPnpDevice(), and SerialInterruptService().

◆ ReceivedCount

ULONG _SERIALPERF_STATS::ReceivedCount

Definition at line 294 of file ntddser.h.

Referenced by SerialReceiveByte().

◆ SerialOverrunErrorCount

ULONG _SERIALPERF_STATS::SerialOverrunErrorCount

Definition at line 297 of file ntddser.h.

Referenced by SerialInterruptService().

◆ TransmittedCount

ULONG _SERIALPERF_STATS::TransmittedCount

Definition at line 295 of file ntddser.h.

Referenced by SerialSendByte().


The documentation for this struct was generated from the following file: