Crosstales.OnlineCheck.Model.NetworkInterface Class Reference

Model for a network interface. More...

Public Member Functions

 NetworkInterface (string id, string name, System.Net.NetworkInformation.NetworkInterfaceType type, System.Net.IPAddress address, System.Net.IPAddress mask, string macAddress, System.Net.IPAddress gateway, long speed, System.Net.NetworkInformation.OperationalStatus status)
 
override string ToString ()
 

Public Attributes

readonly string Id
 Id of the network interface. More...
 
readonly string Name
 Name of the network interface. More...
 
readonly System.Net.NetworkInformation.NetworkInterfaceType Type
 Type of the network interface. More...
 
readonly System.Net.IPAddress Address
 Address of the network interface. More...
 
readonly System.Net.IPAddress Mask
 Mask of the network interface. More...
 
readonly string MacAddress
 MAC address of the network interface. More...
 
readonly System.Net.IPAddress Gateway
 Gateway of the network interface. More...
 
readonly long Speed
 Speed of the network interface in bits-per-second (bps). More...
 
readonly System.Net.NetworkInformation.OperationalStatus Status
 Status of the network interface. More...
 

Detailed Description

Model for a network interface.

Member Data Documentation

◆ Address

readonly System.Net.IPAddress Crosstales.OnlineCheck.Model.NetworkInterface.Address

Address of the network interface.

◆ Gateway

readonly System.Net.IPAddress Crosstales.OnlineCheck.Model.NetworkInterface.Gateway

Gateway of the network interface.

◆ Id

readonly string Crosstales.OnlineCheck.Model.NetworkInterface.Id

Id of the network interface.

◆ MacAddress

readonly string Crosstales.OnlineCheck.Model.NetworkInterface.MacAddress

MAC address of the network interface.

◆ Mask

readonly System.Net.IPAddress Crosstales.OnlineCheck.Model.NetworkInterface.Mask

Mask of the network interface.

◆ Name

readonly string Crosstales.OnlineCheck.Model.NetworkInterface.Name

Name of the network interface.

◆ Speed

readonly long Crosstales.OnlineCheck.Model.NetworkInterface.Speed

Speed of the network interface in bits-per-second (bps).

◆ Status

readonly System.Net.NetworkInformation.OperationalStatus Crosstales.OnlineCheck.Model.NetworkInterface.Status

Status of the network interface.

◆ Type

readonly System.Net.NetworkInformation.NetworkInterfaceType Crosstales.OnlineCheck.Model.NetworkInterface.Type

Type of the network interface.


The documentation for this class was generated from the following file:
  • C:/Users/slaub/Unity/assets/OnlineCheck/OnlineCheckPro/Assets/Plugins/crosstales/OnlineCheck/Scripts/Model/NetworkInterface.cs