Class WirelessDeviceEthernetStatusPortLinkNegotiation
Wireless Device Ethernet Status Port Link Negotiation Details
[DataContract]
public class WirelessDeviceEthernetStatusPortLinkNegotiation
- Inheritance
-
WirelessDeviceEthernetStatusPortLinkNegotiation
- Inherited Members
Properties
Duplex
The duplex mode of the port, can be 'full' or 'half'
[DataMember(Name = "duplex")]
public WirelessDeviceEthernetStatusPortLinkNegotiationDuplex? Duplex { get; set; }
Property Value
SpeedMbps
The speed of the port in Mbps
[DataMember(Name = "speed")]
public int? SpeedMbps { get; set; }
Property Value
- int?