|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ntddser.h>
Public Attributes | |
| ULONG | ReceivedCount |
| ULONG | TransmittedCount |
| ULONG | FrameErrorCount |
| ULONG | SerialOverrunErrorCount |
| ULONG | BufferOverrunErrorCount |
| ULONG | ParityErrorCount |
| ULONG _SERIALPERF_STATS::BufferOverrunErrorCount |
Definition at line 298 of file ntddser.h.
Referenced by SerialReceiveByte(), and SerialWrite().
| ULONG _SERIALPERF_STATS::FrameErrorCount |
Definition at line 296 of file ntddser.h.
Referenced by SerenumDetectPnpDevice(), and SerialInterruptService().
| ULONG _SERIALPERF_STATS::ParityErrorCount |
Definition at line 299 of file ntddser.h.
Referenced by SerenumDetectPnpDevice(), and SerialInterruptService().
| ULONG _SERIALPERF_STATS::ReceivedCount |
Definition at line 294 of file ntddser.h.
Referenced by SerialReceiveByte().
| ULONG _SERIALPERF_STATS::SerialOverrunErrorCount |
Definition at line 297 of file ntddser.h.
Referenced by SerialInterruptService().
| ULONG _SERIALPERF_STATS::TransmittedCount |
Definition at line 295 of file ntddser.h.
Referenced by SerialSendByte().