Enum PmdControlPointResponse.PmdControlPointResponseCode
-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum PmdControlPointResponse.PmdControlPointResponseCode extends Enum<PmdControlPointResponse.PmdControlPointResponseCode>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPmdControlPointResponse.PmdControlPointResponseCode.Companion
-
Field Summary
Fields Modifier and Type Field Description private final IntegernumValprivate final Stringnameprivate final Integerordinalprivate final EnumEntries<PmdControlPointResponse.PmdControlPointResponseCode>entries
-
Enum Constant Summary
Enum Constants Enum Constant Description SUCCESSERROR_INVALID_OP_CODEERROR_INVALID_MEASUREMENT_TYPEERROR_NOT_SUPPORTEDERROR_INVALID_LENGTHERROR_INVALID_PARAMETERERROR_ALREADY_IN_STATEERROR_INVALID_RESOLUTIONERROR_INVALID_SAMPLE_RATEERROR_INVALID_RANGEERROR_INVALID_MTUERROR_INVALID_NUMBER_OF_CHANNELSERROR_INVALID_STATEERROR_DEVICE_IN_CHARGERERROR_DISK_FULLERROR_INVALID_SOURCE_MEASUREMENT_TYPEERROR_INVALID_SOURCE_MEASUREMENT_RATEERROR_INVALID_DERIVED_MEASUREMENT_SETTINGS_GROUPERROR_INVALID_DERIVED_MEASUREMENT_METHODUNKNOWN_ERRORCatch-all for any future/unknown error codes returned by the device.
-
Method Summary
Modifier and Type Method Description final PmdControlPointResponse.PmdControlPointResponseCodevalueOf(String value)Returns the enum constant of this type with the specified name. final Array<PmdControlPointResponse.PmdControlPointResponseCode>values()Returns an array containing the constants of this enum type, in the order they're declared. final IntegergetNumVal()final EnumEntries<PmdControlPointResponse.PmdControlPointResponseCode>getEntries()-
-
Method Detail
-
valueOf
final PmdControlPointResponse.PmdControlPointResponseCode valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
values
final Array<PmdControlPointResponse.PmdControlPointResponseCode> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getEntries
final EnumEntries<PmdControlPointResponse.PmdControlPointResponseCode> getEntries()
-
-
-
-