Class NetworkingDeviceConnectedDevice
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a device connected to a networking device.
public class NetworkingDeviceConnectedDevice : GlobalSerializableClassicBase, IComparable<NetworkingDeviceConnectedDevice>
- Inheritance
-
NetworkingDeviceConnectedDevice
- Implements
Constructors
NetworkingDeviceConnectedDevice()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.NetworkingDeviceConnectedDevice class.
public NetworkingDeviceConnectedDevice()
Properties
MacAddress
Gets or sets the MAC address of the connected device.
public string MacAddress { get; set; }
Property Value
PortIndex
Gets or sets the index of the port to which the device is connected.
public int PortIndex { get; set; }
Property Value
Methods
CompareTo(NetworkingDeviceConnectedDevice)
Compares two CENTREL.XIA.Configuration.Types.NetworkingDeviceConnectedDevice objects to allow sorting by port index.
public int CompareTo(NetworkingDeviceConnectedDevice other)
Parameters
other
NetworkingDeviceConnectedDeviceThe CENTREL.XIA.Configuration.Types.NetworkingDeviceConnectedDevice to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.NetworkingDeviceConnectedDevice objects.
ToString()
Returns the connected device as a human readable string.
public override string ToString()
Returns
- string
The connected device as a human readable string.