Class WirelessDeviceEthernetStatusPort
Wireless Device Ethernet Status Port Details
[DataContract]
public class WirelessDeviceEthernetStatusPort : NamedItem
- Inheritance
-
WirelessDeviceEthernetStatusPort
- Inherited Members
Properties
LinkNegotiation
Link Negotiation object for the port
[DataMember(Name = "linkNegotiation")]
public WirelessDeviceEthernetStatusPortLinkNegotiation? LinkNegotiation { get; set; }
Property Value
Poe
PoE details object for the port
[DataMember(Name = "poe")]
public WirelessDeviceEthernetStatusPortPoe? Poe { get; set; }