Class SystemInformationResponse
Contains the result of calling the SystemInformation() or SystemInformationAsync(). Immutable class.
Inheritance
System.Object
SystemInformationResponse
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class SystemInformationResponse
Constructors
SystemInformationResponse(NetworkInformation)
Create system information response.
Declaration
public SystemInformationResponse(NetworkInformation networkInformation)
Parameters
| Type | Name | Description |
|---|---|---|
| NetworkInformation | networkInformation |
Properties
NetworkInformation
Network information of EFT terminal.
Declaration
public NetworkInformation NetworkInformation { get; }
Property Value
| Type | Description |
|---|---|
| NetworkInformation |
Methods
ToString()
String representation.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()