DMSCPMComponent

enum DMSCPMComponent : NSInteger {}

Defines the fields returned by the pathComponents array

  • The grid value of the CPM path.

    Declaration

    Objective-C

    DMSCPMComponentGrid

    Swift

    case grid = 0
  • The protocol value of the CPM path.

    Declaration

    Objective-C

    DMSCPMComponentProtocol

    Swift

    case CPMProtocol = 1
  • The key value of the CPM path.

    Declaration

    Objective-C

    DMSCPMComponentKey

    Swift

    case key = 2
  • The version value of the CPM path.

    Declaration

    Objective-C

    DMSCPMComponentVersion

    Swift

    case version = 3
  • The value component of the CPM path. Represents the raw value the CPM path carries.

    Declaration

    Objective-C

    DMSCPMComponentValue

    Swift

    case value = 4