CResourceParameterType

public enum CResourceParameterType

Parameter type

Classifies the value of the tag.

The following values are valid:

Specification: dialog.

  • 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
    This value is to be encoded as a ascii number i.e. using characters in the range 30h to 39h.

    Specification: dialog.

    Declaration

    Swift

    case codeCheckType
  • GKLP 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.
    • 5000: Start of test key range.
    • 5002: DASAG test key id.
    This value is to be encoded as a ascii number i.e. using characters in the range 30h to 39h.

    Specification: dialog.

    Declaration

    Swift

    case codeCheckKeyId
  • Data used in the calculation of some CodeCheckType s. This value is to be encoded as hex string.

    Specification: dialog.

    Declaration

    Swift

    case codeCheckData
  • 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.
    This value is to be encoded as a ascii string.

    Specification: dialog.

    Declaration

    Swift

    case regularDataQueryType
  • Customer data of the regular.

    Specification: dialog.

    Declaration

    Swift

    case regularData
  • Track 1 of a petrol card. This value is to be encoded as a ascii string.

    Specification: dialog.

    Declaration

    Swift

    case petrolCardData1
  • Track 2 of a petrol card. This value is to be encoded as a ascii string.

    Specification: dialog.

    Declaration

    Swift

    case petrolCardData2
  • Track 3 of a petrol card. This value is to be encoded as a ascii string.

    Specification: dialog.

    Declaration

    Swift

    case petrolCardData3