FieldCompleteness
Objective-C
enum FieldCompleteness : NSInteger {}
Swift
enum FieldCompleteness : Int, @unchecked Sendable
The enum class to describe the completeness of a MSP field.
Since
4.5-
Indicates that the field data contains incompletes byte
Declaration
Objective-C
INCOMPLETESwift
case INCOMPLETE = 0 -
Indicates that the field data is complete
Declaration
Objective-C
COMPLETESwift
case COMPLETE = 1
FieldCompleteness Enumeration Reference