ReactOS 0.4.15-dev-7918-g2a2556c
_TDI_CONNECTION_INFO Struct Reference

#include <tdi.h>

Collaboration diagram for _TDI_CONNECTION_INFO:

Public Attributes

ULONG State
 
ULONG Event
 
ULONG TransmittedTsdus
 
ULONG ReceivedTsdus
 
ULONG TransmissionErrors
 
ULONG ReceiveErrors
 
LARGE_INTEGER Throughput
 
LARGE_INTEGER Delay
 
ULONG SendBufferSize
 
ULONG ReceiveBufferSize
 
BOOLEAN Unreliable
 

Detailed Description

Definition at line 210 of file tdi.h.

Member Data Documentation

◆ Delay

LARGE_INTEGER _TDI_CONNECTION_INFO::Delay

Definition at line 218 of file tdi.h.

◆ Event

ULONG _TDI_CONNECTION_INFO::Event

Definition at line 212 of file tdi.h.

◆ ReceiveBufferSize

ULONG _TDI_CONNECTION_INFO::ReceiveBufferSize

Definition at line 220 of file tdi.h.

◆ ReceivedTsdus

ULONG _TDI_CONNECTION_INFO::ReceivedTsdus

Definition at line 214 of file tdi.h.

◆ ReceiveErrors

ULONG _TDI_CONNECTION_INFO::ReceiveErrors

Definition at line 216 of file tdi.h.

◆ SendBufferSize

ULONG _TDI_CONNECTION_INFO::SendBufferSize

Definition at line 219 of file tdi.h.

◆ State

ULONG _TDI_CONNECTION_INFO::State

Definition at line 211 of file tdi.h.

◆ Throughput

LARGE_INTEGER _TDI_CONNECTION_INFO::Throughput

Definition at line 217 of file tdi.h.

◆ TransmissionErrors

ULONG _TDI_CONNECTION_INFO::TransmissionErrors

Definition at line 215 of file tdi.h.

◆ TransmittedTsdus

ULONG _TDI_CONNECTION_INFO::TransmittedTsdus

Definition at line 213 of file tdi.h.

◆ Unreliable

BOOLEAN _TDI_CONNECTION_INFO::Unreliable

Definition at line 221 of file tdi.h.


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