Overview
Members-Overview
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
new ResourceParameterType()
Parameter type
Classifies the value of the
The following values are valid:
Specification: dialog.
Member-List
activeReaders (static, constant)
Defines which card readers are active during the dialog. This is a bitmap. Value 0 = reader
not active, 1 = reader active.
Example 1: Only magstripe reader active = 00000001 = 01 hex
Example 2: Only contactless reader active = 00000100 = 04h
Example 3: Magstripe, chip and contactless reader active = 00000111 = 07h
- Bit 1: Magstripe reader
- Bit 2: Chip reader
- Bit 3: Contactless reader
- Bit 4: RFU
- Bit 5: RFU
- Bit 6: RFU
- Bit 7: RFU
- Bit 8: RFU
Specification: dialog.
codeCheckData (static, constant)
Data used in the calculation of some CodeCheckType s. This value is to be encoded as hex string.
Specification: dialog.
codeCheckKeyId (static, constant)
Key id of the key to use for the selected CodeCheckType .
- 0: Tokheim key id.
- 1: HecPAC key id.
- 2: DASAG key id.
- 3: Diplomatkarten key id.
- 4: Micrelec key id
- 5000: Start of test key range.
- 5002: DASAG test key id.
Specification: dialog.
codeCheckType (static, constant)
Type of code check to perform.
- 0: EMV - Check using EMV PIN check.
- 1: SwissPost - SwissPost Card algorithm.
- 2: Avia - Use Aviacard algorithm.
- 3: SB - Use Scheit & Bachmann algorithm.
- 4: Tokheim - Use Tokheim algorithm
- 5: Agrola - Use Agrola algorithm
- 6: Bica - Use Bica algorithm
- 7: CTAC - Use CTAC algorithm
- 8: DASAG - Use DASAG algorithm
- 9: DKV - Use DKV algorithm
- 10: Esso - Use Esso algorithm
- 11: Migrol - Use Migrol algorithm
- 12: Oelpool - Use Oelpool algorithm
- 13: Pronto - Use Pronto algorithm
- 14: Shell - Use Shell algorithm
- 15: WLDC - Use WLDC algorithm
- 16: Hectronic - Use HecPAC algorithm
- 17: Diplomatkarte - Use Diplomatkarten algorithm
- 18: Micrelec - Use the Micrelec algorithm
Specification: dialog.
exponent (static, constant)
Currency Exponent e.g. to define input mask for Amount entry. n2 value
Example 1: Exponent = 2 will result in an input mask of XXXX.XX with 2 positions after
decimal point.
Example 2: Exponent = 3 will result in an input mask of XXX.XXX with 3 positions after
decimal point.
Specification: dialog.
petrolCardData1 (static, constant)
Track 1 of a petrol card. This value is to be encoded as a ascii string.
Specification: dialog.
petrolCardData2 (static, constant)
Track 2 of a petrol card. This value is to be encoded as a ascii string.
Specification: dialog.
petrolCardData3 (static, constant)
Track 3 of a petrol card. This value is to be encoded as a ascii string.
Specification: dialog.
regularDataQueryType (static, constant)
Type of query to receive data about regulars.
- StfkV1: Version 1 regular data query type in Austria.
- StfkV4: Version 4 regular data query type in Austria.
Specification: dialog.