Enum PmdControlPointCommandClientToService
-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum PmdControlPointCommandClientToService extends Enum<PmdControlPointCommandClientToService>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPmdControlPointCommandClientToService.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Integercodeprivate final Stringnameprivate final Integerordinalprivate final EnumEntries<PmdControlPointCommandClientToService>entries
-
Enum Constant Summary
Enum Constants Enum Constant Description NULL_ITEMGET_MEASUREMENT_SETTINGSREQUEST_MEASUREMENT_STARTSTOP_MEASUREMENTGET_SDK_MODE_MEASUREMENT_SETTINGSGET_MEASUREMENT_STATUSGET_SDK_MODE_STATUSGET_OFFLINE_RECORDING_TRIGGER_STATUSSET_OFFLINE_RECORDING_TRIGGER_MODESET_OFFLINE_RECORDING_TRIGGER_SETTINGSGET_DERIVED_MEASUREMENT_SETTINGS_GROUPFetch all settings available for one Derived Measurement Settings Group. Takes the group ID as a single byte parameter.
-
Method Summary
Modifier and Type Method Description final PmdControlPointCommandClientToServicevalueOf(String value)Returns the enum constant of this type with the specified name. final Array<PmdControlPointCommandClientToService>values()Returns an array containing the constants of this enum type, in the order they're declared. final IntegergetCode()final EnumEntries<PmdControlPointCommandClientToService>getEntries()-
-
Method Detail
-
valueOf
final PmdControlPointCommandClientToService 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<PmdControlPointCommandClientToService> 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<PmdControlPointCommandClientToService> getEntries()
-
-
-
-