Class SystemInformationResponse
Contains the result of calling the SystemInformation() or SystemInformationAsync(). Immutable class.
Inheritance
System.Object
SystemInformationResponse
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class SystemInformationResponse : object
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 |
---|---|
String |