public static enum BinaryMessages.ControlCommand.Type extends java.lang.Enum<BinaryMessages.ControlCommand.Type>
openxc.ControlCommand.Type
Enum Constant and Description |
---|
ACCEPTANCE_FILTER_BYPASS
ACCEPTANCE_FILTER_BYPASS = 5; |
DEVICE_ID
DEVICE_ID = 2; |
DIAGNOSTIC
DIAGNOSTIC = 3; |
MODEM_CONFIGURATION
MODEM_CONFIGURATION = 8; |
PASSTHROUGH
PASSTHROUGH = 4; |
PAYLOAD_FORMAT
PAYLOAD_FORMAT = 6; |
PLATFORM
PLATFORM = 11; |
PREDEFINED_OBD2_REQUESTS
PREDEFINED_OBD2_REQUESTS = 7; |
RTC_CONFIGURATION
RTC_CONFIGURATION = 9; |
SD_MOUNT_STATUS
SD_MOUNT_STATUS = 10; |
UNRECOGNIZED |
UNUSED
UNUSED = 0; |
VERSION
VERSION = 1; |
Modifier and Type | Field and Description |
---|---|
static int |
ACCEPTANCE_FILTER_BYPASS_VALUE
ACCEPTANCE_FILTER_BYPASS = 5; |
static int |
DEVICE_ID_VALUE
DEVICE_ID = 2; |
static int |
DIAGNOSTIC_VALUE
DIAGNOSTIC = 3; |
static int |
MODEM_CONFIGURATION_VALUE
MODEM_CONFIGURATION = 8; |
static int |
PASSTHROUGH_VALUE
PASSTHROUGH = 4; |
static int |
PAYLOAD_FORMAT_VALUE
PAYLOAD_FORMAT = 6; |
static int |
PLATFORM_VALUE
PLATFORM = 11; |
static int |
PREDEFINED_OBD2_REQUESTS_VALUE
PREDEFINED_OBD2_REQUESTS = 7; |
static int |
RTC_CONFIGURATION_VALUE
RTC_CONFIGURATION = 9; |
static int |
SD_MOUNT_STATUS_VALUE
SD_MOUNT_STATUS = 10; |
static int |
UNUSED_VALUE
UNUSED = 0; |
static int |
VERSION_VALUE
VERSION = 1; |
Modifier and Type | Method and Description |
---|---|
static BinaryMessages.ControlCommand.Type |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static <any> |
internalGetValueMap() |
static BinaryMessages.ControlCommand.Type |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BinaryMessages.ControlCommand.Type |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BinaryMessages.ControlCommand.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BinaryMessages.ControlCommand.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BinaryMessages.ControlCommand.Type UNUSED
UNUSED = 0;
public static final BinaryMessages.ControlCommand.Type VERSION
VERSION = 1;
public static final BinaryMessages.ControlCommand.Type DEVICE_ID
DEVICE_ID = 2;
public static final BinaryMessages.ControlCommand.Type DIAGNOSTIC
DIAGNOSTIC = 3;
public static final BinaryMessages.ControlCommand.Type PASSTHROUGH
PASSTHROUGH = 4;
public static final BinaryMessages.ControlCommand.Type ACCEPTANCE_FILTER_BYPASS
ACCEPTANCE_FILTER_BYPASS = 5;
public static final BinaryMessages.ControlCommand.Type PAYLOAD_FORMAT
PAYLOAD_FORMAT = 6;
public static final BinaryMessages.ControlCommand.Type PREDEFINED_OBD2_REQUESTS
PREDEFINED_OBD2_REQUESTS = 7;
public static final BinaryMessages.ControlCommand.Type MODEM_CONFIGURATION
MODEM_CONFIGURATION = 8;
public static final BinaryMessages.ControlCommand.Type RTC_CONFIGURATION
RTC_CONFIGURATION = 9;
public static final BinaryMessages.ControlCommand.Type SD_MOUNT_STATUS
SD_MOUNT_STATUS = 10;
public static final BinaryMessages.ControlCommand.Type PLATFORM
PLATFORM = 11;
public static final BinaryMessages.ControlCommand.Type UNRECOGNIZED
public static final int UNUSED_VALUE
UNUSED = 0;
public static final int VERSION_VALUE
VERSION = 1;
public static final int DEVICE_ID_VALUE
DEVICE_ID = 2;
public static final int DIAGNOSTIC_VALUE
DIAGNOSTIC = 3;
public static final int PASSTHROUGH_VALUE
PASSTHROUGH = 4;
public static final int ACCEPTANCE_FILTER_BYPASS_VALUE
ACCEPTANCE_FILTER_BYPASS = 5;
public static final int PAYLOAD_FORMAT_VALUE
PAYLOAD_FORMAT = 6;
public static final int PREDEFINED_OBD2_REQUESTS_VALUE
PREDEFINED_OBD2_REQUESTS = 7;
public static final int MODEM_CONFIGURATION_VALUE
MODEM_CONFIGURATION = 8;
public static final int RTC_CONFIGURATION_VALUE
RTC_CONFIGURATION = 9;
public static final int SD_MOUNT_STATUS_VALUE
SD_MOUNT_STATUS = 10;
public static final int PLATFORM_VALUE
PLATFORM = 11;
public static BinaryMessages.ControlCommand.Type[] values()
for (BinaryMessages.ControlCommand.Type c : BinaryMessages.ControlCommand.Type.values()) System.out.println(c);
public static BinaryMessages.ControlCommand.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int getNumber()
@Deprecated public static BinaryMessages.ControlCommand.Type valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static BinaryMessages.ControlCommand.Type forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static <any> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static BinaryMessages.ControlCommand.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)