Class NetworkInformation
Contains network information of the terminal. Result of calling SystemInformation() or SystemInformationAsync(). Immutable class.
Inheritance
System.Object
NetworkInformation
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class NetworkInformation : object
Constructors
NetworkInformation(String, String, String, String)
Declaration
public NetworkInformation(string terminalIp, string terminalIpMask, string terminalIpGw, string terminalIpDns)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | terminalIp | |
| System.String | terminalIpMask | |
| System.String | terminalIpGw | |
| System.String | terminalIpDns |
Properties
TerminalIp
Terminal IP.
Declaration
public string TerminalIp { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TerminalIpDns
Terminal IP dns host name.
Declaration
public string TerminalIpDns { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TerminalIpGw
Terminal IP gateway.
Declaration
public string TerminalIpGw { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TerminalIpMask
Terminal IP network mask.
Declaration
public string TerminalIpMask { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
ToString()
String representation.
Declaration
public override String ToString()
Returns
| Type | Description |
|---|---|
| String |