NDIS_LINK_SPEED (Compact 7)
3/12/2014
This structure specifies transmit and receive link speeds.
Syntax
typedef struct _NDIS_LINK_SPEED {
ULONG64 XmitLinkSpeed;
ULONG64 RcvLinkSpeed;
} NDIS_LINK_SPEED, *PNDIS_LINK_SPEED;
Members
- XmitLinkSpeed
The transmit link speed in bits per second. A value of -1 in this member indicates that the transmit link speed is unknown.
- RcvLinkSpeed
The receive link speed in bits per second. A value of -1 in this member indicates that the receive link speed is unknown.
Remarks
The NDIS_LINK_SPEED structure specifies link speeds in the OID_GEN_LINK_SPEED_EX and OID_GEN_MAX_LINK_SPEED OIDs.
Requirements
Header |
ntddndis.h |
See Also
Reference
NDIS 6.0 OID Common Structures
OID_GEN_LINK_SPEED_EX
OID_GEN_MAX_LINK_SPEED