public enum MS_PacketTypes extends Enum<MS_PacketTypes>
| Enum Constant and Description |
|---|
MS_PacketTypes_ACC_MASS_PROF_SP_TYPE
The value of this constant is 7
|
MS_PacketTypes_CHANNEL_UV_TYPE
The value of this constant is 12
|
MS_PacketTypes_COMP_ACC_SP_TYPE
The value of this constant is 4
|
MS_PacketTypes_DG_xAQR_INDEX_TYPE
The value of this constant is 9
|
MS_PacketTypes_DG_xAQR_TYPE
The value of this constant is 8
|
MS_PacketTypes_DG_xASR_INDEX_TYPE
The value of this constant is 11
|
MS_PacketTypes_DG_xASR_TYPE
The value of this constant is 10
|
MS_PacketTypes_HR_SP_TYPE
The value of this constant is 2
|
MS_PacketTypes_LR_SP_TYPE
The value of this constant is 1
|
MS_PacketTypes_LR_SP_TYPE2
The value of this constant is 15
|
MS_PacketTypes_LR_SP_TYPE3
The value of this constant is 17
|
MS_PacketTypes_MS_ANALOG_TYPE
The value of this constant is 13
|
MS_PacketTypes_PROF_INDEX_TYPE
The value of this constant is 3
|
MS_PacketTypes_PROF_SP_TYPE
The value of this constant is 0
|
MS_PacketTypes_PROF_SP_TYPE2
The value of this constant is 14
|
MS_PacketTypes_PROF_SP_TYPE3
The value of this constant is 16
|
MS_PacketTypes_STD_ACC_SP_TYPE
The value of this constant is 5
|
MS_PacketTypes_STD_UNCAL_SP_TYPE
The value of this constant is 6
|
| Modifier and Type | Method and Description |
|---|---|
static MS_PacketTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MS_PacketTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MS_PacketTypes MS_PacketTypes_PROF_SP_TYPE
The value of this constant is 0
public static final MS_PacketTypes MS_PacketTypes_LR_SP_TYPE
The value of this constant is 1
public static final MS_PacketTypes MS_PacketTypes_HR_SP_TYPE
The value of this constant is 2
public static final MS_PacketTypes MS_PacketTypes_PROF_INDEX_TYPE
The value of this constant is 3
public static final MS_PacketTypes MS_PacketTypes_COMP_ACC_SP_TYPE
The value of this constant is 4
public static final MS_PacketTypes MS_PacketTypes_STD_ACC_SP_TYPE
The value of this constant is 5
public static final MS_PacketTypes MS_PacketTypes_STD_UNCAL_SP_TYPE
The value of this constant is 6
public static final MS_PacketTypes MS_PacketTypes_ACC_MASS_PROF_SP_TYPE
The value of this constant is 7
public static final MS_PacketTypes MS_PacketTypes_DG_xAQR_TYPE
The value of this constant is 8
public static final MS_PacketTypes MS_PacketTypes_DG_xAQR_INDEX_TYPE
The value of this constant is 9
public static final MS_PacketTypes MS_PacketTypes_DG_xASR_TYPE
The value of this constant is 10
public static final MS_PacketTypes MS_PacketTypes_DG_xASR_INDEX_TYPE
The value of this constant is 11
public static final MS_PacketTypes MS_PacketTypes_CHANNEL_UV_TYPE
The value of this constant is 12
public static final MS_PacketTypes MS_PacketTypes_MS_ANALOG_TYPE
The value of this constant is 13
public static final MS_PacketTypes MS_PacketTypes_PROF_SP_TYPE2
The value of this constant is 14
public static final MS_PacketTypes MS_PacketTypes_LR_SP_TYPE2
The value of this constant is 15
public static final MS_PacketTypes MS_PacketTypes_PROF_SP_TYPE3
The value of this constant is 16
public static final MS_PacketTypes MS_PacketTypes_LR_SP_TYPE3
The value of this constant is 17
public static MS_PacketTypes[] values()
for (MS_PacketTypes c : MS_PacketTypes.values()) System.out.println(c);
public static MS_PacketTypes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017. All rights reserved.