DriType

public enum DriType : String, CustomStringConvertible, CaseIterable

DRI type.

  • DRI wifi beacon respects the EN4709-002 european regulation.

    Declaration

    Swift

    case en4709_002
  • DRI wifi beacon respects the french regulation.

    Declaration

    Swift

    case french
  • DRI wifi beacon respects the ASTN F341122 US regulation.

    Declaration

    Swift

    case astmF3411
  • Debug description.

    Declaration

    Swift

    public var description: String { get }