Class FeaturesHardware
Hardware features supported by the terminal. Immutable class.
Inheritance
System.Object
FeaturesHardware
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class FeaturesHardware : object
Constructors
FeaturesHardware(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, List<String>)
Create hardware features.
Declaration
public FeaturesHardware(bool cardholderDisplay, bool merchantDisplay, bool printer, bool displayBrightness, bool displayContrast, bool alertTones, bool keypadTones, bool powerManagement, List<string> supportedLanguages)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | cardholderDisplay | |
System.Boolean | merchantDisplay | |
System.Boolean | printer | |
System.Boolean | displayBrightness | |
System.Boolean | displayContrast | |
System.Boolean | alertTones | |
System.Boolean | keypadTones | |
System.Boolean | powerManagement | |
List<System.String> | supportedLanguages |
Properties
PowerManagement
Device supports power management functions.
Declaration
public bool PowerManagement { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SupportedLanguages
Supported languages.
Declaration
public List<string> SupportedLanguages { get; }
Property Value
Type | Description |
---|---|
List<System.String> |
Methods
canSetAlertTones()
The alert tones can be set.
Declaration
public bool canSetAlertTones()
Returns
Type | Description |
---|---|
System.Boolean |
canSetDisplayBrightness()
The display brightness can be set.
Declaration
public bool canSetDisplayBrightness()
Returns
Type | Description |
---|---|
System.Boolean |
canSetDisplayContrast()
The display contrast can be set.
Declaration
public bool canSetDisplayContrast()
Returns
Type | Description |
---|---|
System.Boolean |
canSetKeypadTones()
The keypad tones can be set.
Declaration
public bool canSetKeypadTones()
Returns
Type | Description |
---|---|
System.Boolean |
hasCardholderDisplay()
The device has a cardholder display.
Declaration
public bool hasCardholderDisplay()
Returns
Type | Description |
---|---|
System.Boolean |
hasMerchantDisplay()
The device has a merchant display.
Declaration
public bool hasMerchantDisplay()
Returns
Type | Description |
---|---|
System.Boolean |
hasPrinter()
The device has a printer.
Declaration
public bool hasPrinter()
Returns
Type | Description |
---|---|
System.Boolean |
ToString()
String representation for debugging purpose.
Declaration
public override String ToString()
Returns
Type | Description |
---|---|
String |