Class ImmutableTerminalSettings
Inheritance
System.Object
ImmutableTerminalSettings
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)
Assembly: TimApi.dll
Syntax
public class ImmutableTerminalSettings
Constructors
ImmutableTerminalSettings(TerminalSettings)
Declaration
public ImmutableTerminalSettings(TerminalSettings settings)
Parameters
Properties
AllowClosedCardInsert
Declaration
public bool AllowClosedCardInsert { get; }
Property Value
Type |
Description |
System.Boolean |
|
AutoActivate
Declaration
public bool AutoActivate { get; }
Property Value
Type |
Description |
System.Boolean |
|
AutoCommit
Declaration
public bool AutoCommit { get; }
Property Value
Type |
Description |
System.Boolean |
|
AutoConnect
Declaration
public bool AutoConnect { get; }
Property Value
Type |
Description |
System.Boolean |
|
AutoDeactivate
Declaration
public bool AutoDeactivate { get; }
Property Value
Type |
Description |
System.Boolean |
|
AutoDisconnect
Declaration
public bool AutoDisconnect { get; }
Property Value
Type |
Description |
System.Boolean |
|
AutoLogin
Declaration
public bool AutoLogin { get; }
Property Value
Type |
Description |
System.Boolean |
|
AutoLogout
Declaration
public bool AutoLogout { get; }
Property Value
Type |
Description |
System.Boolean |
|
AutoShiftManagement
Declaration
public bool AutoShiftManagement { get; }
Property Value
Type |
Description |
System.Boolean |
|
AutoShutterManagement
Declaration
public bool AutoShutterManagement { get; }
Property Value
Type |
Description |
System.Boolean |
|
BroadcastInterface
Declaration
public string BroadcastInterface { get; }
Property Value
Type |
Description |
System.String |
|
CardInsertionTimeout
Declaration
public int CardInsertionTimeout { get; }
Property Value
Type |
Description |
System.Int32 |
|
CardRemovalTimeout
Declaration
public int CardRemovalTimeout { get; }
Property Value
Type |
Description |
System.Int32 |
|
CommitTimeout
Declaration
public int CommitTimeout { get; }
Property Value
Type |
Description |
System.Int32 |
|
ConnectionIPPort
Declaration
public int ConnectionIPPort { get; }
Property Value
Type |
Description |
System.Int32 |
|
ConnectionIPString
Declaration
public string ConnectionIPString { get; }
Property Value
Type |
Description |
System.String |
|
ConnectionMode
Declaration
public ConnectionMode ConnectionMode { get; }
Property Value
Dcc
Declaration
Property Value
Type |
Description |
System.Boolean |
|
EnabledHacks
Declaration
public List<int> EnabledHacks { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
EnableKeepAlive
Declaration
public bool EnableKeepAlive { get; }
Property Value
Type |
Description |
System.Boolean |
|
FastNtfMode
Declaration
public bool FastNtfMode { get; }
Property Value
Type |
Description |
System.Boolean |
|
FetchBrands
Declaration
public bool FetchBrands { get; }
Property Value
Type |
Description |
System.Boolean |
|
Guides
Declaration
public List<Guides> Guides { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<Guides> |
|
IntegratorId
Declaration
public string IntegratorId { get; }
Property Value
Type |
Description |
System.String |
|
LateCheckinTimeout
Declaration
public int LateCheckinTimeout { get; }
Property Value
Type |
Description |
System.Int32 |
|
LogBackend
Declaration
public string LogBackend { get; }
Property Value
Type |
Description |
System.String |
|
LogComm
Declaration
public string LogComm { get; }
Property Value
Type |
Description |
System.String |
|
LogDir
Declaration
public string LogDir { get; }
Property Value
Type |
Description |
System.String |
|
LogFileCountPerArchive
Declaration
public int LogFileCountPerArchive { get; }
Property Value
Type |
Description |
System.Int32 |
|
LogRetainArchiveCount
Declaration
public int LogRetainArchiveCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
LogRetainFileCount
Declaration
public int LogRetainFileCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
LogStateMachine
Declaration
public string LogStateMachine { get; }
Property Value
Type |
Description |
System.String |
|
LogTerminal
Declaration
public string LogTerminal { get; }
Property Value
Type |
Description |
System.String |
|
ManufacturerFlags
Declaration
public int ManufacturerFlags { get; }
Property Value
Type |
Description |
System.Int32 |
|
PartialApproval
Declaration
public bool PartialApproval { get; }
Property Value
Type |
Description |
System.Boolean |
|
PersistentState
Declaration
public bool PersistentState { get; }
Property Value
Type |
Description |
System.Boolean |
|
ProceedTimeout
Declaration
public int ProceedTimeout { get; }
Property Value
Type |
Description |
System.Int32 |
|
ProtocolType
Declaration
public ProtocolType ProtocolType { get; }
Property Value
RequestRepetition
Declaration
public int RequestRepetition { get; }
Property Value
Type |
Description |
System.Int32 |
|
SaferpayBaseUrl
Declaration
public string SaferpayBaseUrl { get; }
Property Value
Type |
Description |
System.String |
|
SaferpayCredentials
Declaration
public string SaferpayCredentials { get; }
Property Value
Type |
Description |
System.String |
|
SaferpayCustomerId
Declaration
public string SaferpayCustomerId { get; }
Property Value
Type |
Description |
System.String |
|
SaferpayTerminalId
Declaration
public string SaferpayTerminalId { get; }
Property Value
Type |
Description |
System.String |
|
SerialBaudrate
Declaration
public int SerialBaudrate { get; }
Property Value
Type |
Description |
System.Int32 |
|
SerialPort
Declaration
public string SerialPort { get; }
Property Value
Type |
Description |
System.String |
|
TerminalId
Declaration
public string TerminalId { get; }
Property Value
Type |
Description |
System.String |
|
TipAllowed
Declaration
public bool TipAllowed { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()