Class FeaturesHardware
Hardware features supported by the terminal. Immutable class.
Inheritance
System.Object
FeaturesHardware
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)
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class FeaturesHardware
Constructors
FeaturesHardware(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
Create hardware features.
Declaration
public FeaturesHardware(bool cardholderDisplay, bool merchantDisplay, bool printer, bool displayBrightness, bool displayContrast, bool alertTones, bool keypadTones, bool powerManagement)
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 |
Fields
PowerManagement
Declaration
public bool PowerManagement
Field Value
Type | Description |
---|---|
System.Boolean |
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 |
---|---|
System.String |
Overrides
System.Object.ToString()