SystemInformationResponse
public class SystemInformationResponse : CustomStringConvertible
Contains the result of calling the {@link Terminal#systemInformation} or {@link Terminal#systemInformationAsync}. Immutable class.
-
Create system information response.
Declaration
Swift
public init(networkInformation: NetworkInformation)
-
Network information of EFT terminal.
Declaration
Swift
public private(set) var networkInformation: NetworkInformation
-
Textual representation.
Declaration
Swift
public var description: String { get }