Helpers

  • Base class for use with other ABCircleTerminalFactory classes

    Base class for use with other ABCircleTerminalFactory classes. Defines shared functions that all other classes also should export.

    See more

    Declaration

    Swift

    public class BaseClass : Status
  • Status class

    Class holding all possible statuses and their descriptions the AB Circle SmartCard I/O Framework can return. This class is used as base for all classes in the AB Circle SmartCard I/O Framework that have methods returning or throwing error statuses.

    Properties and methods to hold the last status code and its description are included, as well as getting the description of an entered statuscode.

    See more

    Declaration

    Swift

    public class Status : NSObject
    extension Status: LocalizedError