DMSCPMComponent
enum DMSCPMComponent : NSInteger {}
Defines the fields returned by the pathComponents array
-
The grid value of the CPM path.
Declaration
Objective-C
DMSCPMComponentGridSwift
case grid = 0 -
The protocol value of the CPM path.
Declaration
Objective-C
DMSCPMComponentProtocolSwift
case CPMProtocol = 1 -
The key value of the CPM path.
Declaration
Objective-C
DMSCPMComponentKeySwift
case key = 2 -
The version value of the CPM path.
Declaration
Objective-C
DMSCPMComponentVersionSwift
case version = 3 -
The value component of the CPM path. Represents the raw value the CPM path carries.
Declaration
Objective-C
DMSCPMComponentValueSwift
case value = 4
DMSCPMComponent Enumeration Reference