DriIdType

public enum DriIdType : Int, CustomStringConvertible, CaseIterable

DRI identifier type.

  • French 30-byte format.

    Declaration

    Swift

    case FR_30_Octets
  • ANSI CTA 2063 format on 40 bytes.

    Declaration

    Swift

    case ANSI_CTA_2063
  • Debug description.

    Declaration

    Swift

    public var description: String { get }