Class FeaturesSixml
SIXml features supported by the terminal. Immutable class.
Inheritance
Inherited Members
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class FeaturesSixml
Constructors
FeaturesSixml(List<AdminFunctions>, FeaturesSixml.Support, FeaturesSixml.Support, FeaturesSixml.Support, Boolean, List<FinancialTransactions>, List<Guides>, List<NonFinancialTransactions>, List<ProtocolLevel>, Boolean, List<StatusFunctions>, List<DialogFunctions>, Boolean, Boolean, Boolean)
Create hardware features.
Declaration
public FeaturesSixml(List<AdminFunctions> adminFunctions, FeaturesSixml.Support autoCommit, FeaturesSixml.Support autoShiftManagement, FeaturesSixml.Support autoShutterManagement, bool requestRepetition, List<FinancialTransactions> financialFunctions, List<Guides> guides, List<NonFinancialTransactions> nonFinancialFunctions, List<ProtocolLevel> protocolLevels, bool sleepTimer, List<StatusFunctions> statusFunctions, List<DialogFunctions> dialogFunctions, bool allowClosedCardInsertion, bool fastNtfMode, bool persistentState)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<AdminFunctions> | adminFunctions | |
FeaturesSixml.Support | autoCommit | |
FeaturesSixml.Support | autoShiftManagement | |
FeaturesSixml.Support | autoShutterManagement | |
System.Boolean | requestRepetition | |
System.Collections.Generic.List<FinancialTransactions> | financialFunctions | |
System.Collections.Generic.List<Guides> | guides | |
System.Collections.Generic.List<NonFinancialTransactions> | nonFinancialFunctions | |
System.Collections.Generic.List<ProtocolLevel> | protocolLevels | |
System.Boolean | sleepTimer | |
System.Collections.Generic.List<StatusFunctions> | statusFunctions | |
System.Collections.Generic.List<DialogFunctions> | dialogFunctions | |
System.Boolean | allowClosedCardInsertion | |
System.Boolean | fastNtfMode | |
System.Boolean | persistentState |
Fields
PersistentState
Supports if the SIXml session should start in the default Closed management state or the last known management state (e.g. before a reboot) should be used. For the latter option the terminal shall indicate the state in the login response.
Declaration
public readonly bool PersistentState
Field Value
Type | Description |
---|---|
System.Boolean |
Properties
AdminFunctions
Supported SIXml administrative functions.
Declaration
public List<AdminFunctions> AdminFunctions { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<AdminFunctions> |
AllowClosedCardInsertion
Supports allow closed card insertion.
Declaration
public bool AllowClosedCardInsertion { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
AutoCommit
AutoCommit support.
Declaration
public FeaturesSixml.Support AutoCommit { get; }
Property Value
Type | Description |
---|---|
FeaturesSixml.Support |
AutoShiftManagement
AutoShiftManagement support.
Declaration
public FeaturesSixml.Support AutoShiftManagement { get; }
Property Value
Type | Description |
---|---|
FeaturesSixml.Support |
AutoShutterManagement
AutoShutterManagement support.
Declaration
public FeaturesSixml.Support AutoShutterManagement { get; }
Property Value
Type | Description |
---|---|
FeaturesSixml.Support |
DialogFunctions
Supported SIXml dialog functions.
Declaration
public List<DialogFunctions> DialogFunctions { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DialogFunctions> |
FastNtfMode
Supportsfast notification mode.
Declaration
public bool FastNtfMode { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
FinancialFunctions
Supported SIXml financial transaction functions.
Declaration
public List<FinancialTransactions> FinancialFunctions { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FinancialTransactions> |
Guides
Supported SIXml guides.
Declaration
public List<Guides> Guides { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Guides> |
NonFinancialFunctions
Supported SIXml non-financial transaction functions.
Declaration
public List<NonFinancialTransactions> NonFinancialFunctions { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NonFinancialTransactions> |
ProtocolLevels
Supported protocol level.
Declaration
public List<ProtocolLevel> ProtocolLevels { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ProtocolLevel> |
RequestRepetition
Request repetition support.
Declaration
public bool RequestRepetition { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SleepTimer
SleepTimer support.
Declaration
public bool SleepTimer { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
StatusFunctions
Supported SIXml status functions.
Declaration
public List<StatusFunctions> StatusFunctions { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StatusFunctions> |
Methods
ToString()
String representation for debugging purpose.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |