DMSReadDistance

enum DMSReadDistance : NSUInteger {}

Bitmask for read distance constants.

  • Constant for near distance.

    Declaration

    Objective-C

    DMSReadDistanceNear = (1 << 0)

    Swift

    static var near: ReadDistance { get }
  • Constant for far distance.

    Declaration

    Objective-C

    DMSReadDistanceFar = (1 << 1)

    Swift

    static var far: ReadDistance { get }