Enumerations

The following enumerations are available globally.

  • Cryptobox command algorithm identifier - gemSpec_COS#16.1 Identifier Table 268

    See more

    Declaration

    Swift

    public enum PSOAlgorithm
  • Represent the card generation of health card

    | Version | Version with 2 digits | INT Value for Version | Card generation | < 3.0.3 | 03.00.03 | 30003 | G1 | < 4.0.0 | 04.00.00 | 40000 | G1P | >= 4.0.0 | 04.00.00 | 40000 | G2 | >= 4.4.0 | 04.04.00 | 40400 | G2_1

    See more

    Declaration

    Swift

    public enum CardGeneration
  • Event cases for Future result

    See more

    Declaration

    Swift

    public enum FutureEvent<T>
  • Named response statuses per UInt16 status code.

    Remark

    Depending on the context a UInt16 status code can have different meanings.
    See more

    Declaration

    Swift

    public enum ResponseStatus