public static final class BinaryMessages.ControlCommand extends com.google.protobuf.GeneratedMessageV3 implements BinaryMessages.ControlCommandOrBuilder
openxc.ControlCommand| Modifier and Type | Class and Description |
|---|---|
static class |
BinaryMessages.ControlCommand.Builder
Protobuf type
openxc.ControlCommand |
static class |
BinaryMessages.ControlCommand.Type
Protobuf enum
openxc.ControlCommand.Type |
| Modifier and Type | Field and Description |
|---|---|
static int |
ACCEPTANCE_FILTER_BYPASS_COMMAND_FIELD_NUMBER |
static int |
DIAGNOSTIC_REQUEST_FIELD_NUMBER |
static int |
MODEM_CONFIGURATION_COMMAND_FIELD_NUMBER |
static int |
PASSTHROUGH_MODE_REQUEST_FIELD_NUMBER |
static int |
PAYLOAD_FORMAT_COMMAND_FIELD_NUMBER |
static int |
PREDEFINED_OBD2_REQUESTS_COMMAND_FIELD_NUMBER |
static int |
RTC_CONFIGURATION_COMMAND_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
BinaryMessages.AcceptanceFilterBypassCommand |
getAcceptanceFilterBypassCommand()
.openxc.AcceptanceFilterBypassCommand acceptance_filter_bypass_command = 4; |
BinaryMessages.AcceptanceFilterBypassCommandOrBuilder |
getAcceptanceFilterBypassCommandOrBuilder()
.openxc.AcceptanceFilterBypassCommand acceptance_filter_bypass_command = 4; |
static BinaryMessages.ControlCommand |
getDefaultInstance() |
BinaryMessages.ControlCommand |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
BinaryMessages.DiagnosticControlCommand |
getDiagnosticRequest()
.openxc.DiagnosticControlCommand diagnostic_request = 2; |
BinaryMessages.DiagnosticControlCommandOrBuilder |
getDiagnosticRequestOrBuilder()
.openxc.DiagnosticControlCommand diagnostic_request = 2; |
BinaryMessages.ModemConfigurationCommand |
getModemConfigurationCommand()
.openxc.ModemConfigurationCommand modem_configuration_command = 7; |
BinaryMessages.ModemConfigurationCommandOrBuilder |
getModemConfigurationCommandOrBuilder()
.openxc.ModemConfigurationCommand modem_configuration_command = 7; |
<any> |
getParserForType() |
BinaryMessages.PassthroughModeControlCommand |
getPassthroughModeRequest()
.openxc.PassthroughModeControlCommand passthrough_mode_request = 3; |
BinaryMessages.PassthroughModeControlCommandOrBuilder |
getPassthroughModeRequestOrBuilder()
.openxc.PassthroughModeControlCommand passthrough_mode_request = 3; |
BinaryMessages.PayloadFormatCommand |
getPayloadFormatCommand()
.openxc.PayloadFormatCommand payload_format_command = 5; |
BinaryMessages.PayloadFormatCommandOrBuilder |
getPayloadFormatCommandOrBuilder()
.openxc.PayloadFormatCommand payload_format_command = 5; |
BinaryMessages.PredefinedObd2RequestsCommand |
getPredefinedObd2RequestsCommand()
.openxc.PredefinedObd2RequestsCommand predefined_obd2_requests_command = 6; |
BinaryMessages.PredefinedObd2RequestsCommandOrBuilder |
getPredefinedObd2RequestsCommandOrBuilder()
.openxc.PredefinedObd2RequestsCommand predefined_obd2_requests_command = 6; |
BinaryMessages.RTCConfigurationCommand |
getRtcConfigurationCommand()
.openxc.RTCConfigurationCommand rtc_configuration_command = 8; |
BinaryMessages.RTCConfigurationCommandOrBuilder |
getRtcConfigurationCommandOrBuilder()
.openxc.RTCConfigurationCommand rtc_configuration_command = 8; |
int |
getSerializedSize() |
BinaryMessages.ControlCommand.Type |
getType()
.openxc.ControlCommand.Type type = 1; |
int |
getTypeValue()
.openxc.ControlCommand.Type type = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAcceptanceFilterBypassCommand()
.openxc.AcceptanceFilterBypassCommand acceptance_filter_bypass_command = 4; |
boolean |
hasDiagnosticRequest()
.openxc.DiagnosticControlCommand diagnostic_request = 2; |
int |
hashCode() |
boolean |
hasModemConfigurationCommand()
.openxc.ModemConfigurationCommand modem_configuration_command = 7; |
boolean |
hasPassthroughModeRequest()
.openxc.PassthroughModeControlCommand passthrough_mode_request = 3; |
boolean |
hasPayloadFormatCommand()
.openxc.PayloadFormatCommand payload_format_command = 5; |
boolean |
hasPredefinedObd2RequestsCommand()
.openxc.PredefinedObd2RequestsCommand predefined_obd2_requests_command = 6; |
boolean |
hasRtcConfigurationCommand()
.openxc.RTCConfigurationCommand rtc_configuration_command = 8; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static BinaryMessages.ControlCommand.Builder |
newBuilder() |
static BinaryMessages.ControlCommand.Builder |
newBuilder(BinaryMessages.ControlCommand prototype) |
BinaryMessages.ControlCommand.Builder |
newBuilderForType() |
protected BinaryMessages.ControlCommand.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(UnusedPrivateParameter unused) |
static BinaryMessages.ControlCommand |
parseDelimitedFrom(java.io.InputStream input) |
static BinaryMessages.ControlCommand |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BinaryMessages.ControlCommand |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BinaryMessages.ControlCommand |
parseFrom(java.nio.ByteBuffer data) |
static BinaryMessages.ControlCommand |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BinaryMessages.ControlCommand |
parseFrom(com.google.protobuf.ByteString data) |
static BinaryMessages.ControlCommand |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BinaryMessages.ControlCommand |
parseFrom(com.google.protobuf.CodedInputStream input) |
static BinaryMessages.ControlCommand |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BinaryMessages.ControlCommand |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
BinaryMessages.ControlCommand.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int TYPE_FIELD_NUMBER
public static final int DIAGNOSTIC_REQUEST_FIELD_NUMBER
public static final int PASSTHROUGH_MODE_REQUEST_FIELD_NUMBER
public static final int ACCEPTANCE_FILTER_BYPASS_COMMAND_FIELD_NUMBER
public static final int PAYLOAD_FORMAT_COMMAND_FIELD_NUMBER
public static final int PREDEFINED_OBD2_REQUESTS_COMMAND_FIELD_NUMBER
public static final int MODEM_CONFIGURATION_COMMAND_FIELD_NUMBER
public static final int RTC_CONFIGURATION_COMMAND_FIELD_NUMBER
protected java.lang.Object newInstance(UnusedPrivateParameter unused)
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public int getTypeValue()
.openxc.ControlCommand.Type type = 1;getTypeValue in interface BinaryMessages.ControlCommandOrBuilderpublic BinaryMessages.ControlCommand.Type getType()
.openxc.ControlCommand.Type type = 1;getType in interface BinaryMessages.ControlCommandOrBuilderpublic boolean hasDiagnosticRequest()
.openxc.DiagnosticControlCommand diagnostic_request = 2;hasDiagnosticRequest in interface BinaryMessages.ControlCommandOrBuilderpublic BinaryMessages.DiagnosticControlCommand getDiagnosticRequest()
.openxc.DiagnosticControlCommand diagnostic_request = 2;getDiagnosticRequest in interface BinaryMessages.ControlCommandOrBuilderpublic BinaryMessages.DiagnosticControlCommandOrBuilder getDiagnosticRequestOrBuilder()
.openxc.DiagnosticControlCommand diagnostic_request = 2;getDiagnosticRequestOrBuilder in interface BinaryMessages.ControlCommandOrBuilderpublic boolean hasPassthroughModeRequest()
.openxc.PassthroughModeControlCommand passthrough_mode_request = 3;hasPassthroughModeRequest in interface BinaryMessages.ControlCommandOrBuilderpublic BinaryMessages.PassthroughModeControlCommand getPassthroughModeRequest()
.openxc.PassthroughModeControlCommand passthrough_mode_request = 3;getPassthroughModeRequest in interface BinaryMessages.ControlCommandOrBuilderpublic BinaryMessages.PassthroughModeControlCommandOrBuilder getPassthroughModeRequestOrBuilder()
.openxc.PassthroughModeControlCommand passthrough_mode_request = 3;getPassthroughModeRequestOrBuilder in interface BinaryMessages.ControlCommandOrBuilderpublic boolean hasAcceptanceFilterBypassCommand()
.openxc.AcceptanceFilterBypassCommand acceptance_filter_bypass_command = 4;hasAcceptanceFilterBypassCommand in interface BinaryMessages.ControlCommandOrBuilderpublic BinaryMessages.AcceptanceFilterBypassCommand getAcceptanceFilterBypassCommand()
.openxc.AcceptanceFilterBypassCommand acceptance_filter_bypass_command = 4;getAcceptanceFilterBypassCommand in interface BinaryMessages.ControlCommandOrBuilderpublic BinaryMessages.AcceptanceFilterBypassCommandOrBuilder getAcceptanceFilterBypassCommandOrBuilder()
.openxc.AcceptanceFilterBypassCommand acceptance_filter_bypass_command = 4;getAcceptanceFilterBypassCommandOrBuilder in interface BinaryMessages.ControlCommandOrBuilderpublic boolean hasPayloadFormatCommand()
.openxc.PayloadFormatCommand payload_format_command = 5;hasPayloadFormatCommand in interface BinaryMessages.ControlCommandOrBuilderpublic BinaryMessages.PayloadFormatCommand getPayloadFormatCommand()
.openxc.PayloadFormatCommand payload_format_command = 5;getPayloadFormatCommand in interface BinaryMessages.ControlCommandOrBuilderpublic BinaryMessages.PayloadFormatCommandOrBuilder getPayloadFormatCommandOrBuilder()
.openxc.PayloadFormatCommand payload_format_command = 5;getPayloadFormatCommandOrBuilder in interface BinaryMessages.ControlCommandOrBuilderpublic boolean hasPredefinedObd2RequestsCommand()
.openxc.PredefinedObd2RequestsCommand predefined_obd2_requests_command = 6;hasPredefinedObd2RequestsCommand in interface BinaryMessages.ControlCommandOrBuilderpublic BinaryMessages.PredefinedObd2RequestsCommand getPredefinedObd2RequestsCommand()
.openxc.PredefinedObd2RequestsCommand predefined_obd2_requests_command = 6;getPredefinedObd2RequestsCommand in interface BinaryMessages.ControlCommandOrBuilderpublic BinaryMessages.PredefinedObd2RequestsCommandOrBuilder getPredefinedObd2RequestsCommandOrBuilder()
.openxc.PredefinedObd2RequestsCommand predefined_obd2_requests_command = 6;getPredefinedObd2RequestsCommandOrBuilder in interface BinaryMessages.ControlCommandOrBuilderpublic boolean hasModemConfigurationCommand()
.openxc.ModemConfigurationCommand modem_configuration_command = 7;hasModemConfigurationCommand in interface BinaryMessages.ControlCommandOrBuilderpublic BinaryMessages.ModemConfigurationCommand getModemConfigurationCommand()
.openxc.ModemConfigurationCommand modem_configuration_command = 7;getModemConfigurationCommand in interface BinaryMessages.ControlCommandOrBuilderpublic BinaryMessages.ModemConfigurationCommandOrBuilder getModemConfigurationCommandOrBuilder()
.openxc.ModemConfigurationCommand modem_configuration_command = 7;getModemConfigurationCommandOrBuilder in interface BinaryMessages.ControlCommandOrBuilderpublic boolean hasRtcConfigurationCommand()
.openxc.RTCConfigurationCommand rtc_configuration_command = 8;hasRtcConfigurationCommand in interface BinaryMessages.ControlCommandOrBuilderpublic BinaryMessages.RTCConfigurationCommand getRtcConfigurationCommand()
.openxc.RTCConfigurationCommand rtc_configuration_command = 8;getRtcConfigurationCommand in interface BinaryMessages.ControlCommandOrBuilderpublic BinaryMessages.RTCConfigurationCommandOrBuilder getRtcConfigurationCommandOrBuilder()
.openxc.RTCConfigurationCommand rtc_configuration_command = 8;getRtcConfigurationCommandOrBuilder in interface BinaryMessages.ControlCommandOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
public boolean equals(java.lang.Object obj)
public int hashCode()
public static BinaryMessages.ControlCommand parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BinaryMessages.ControlCommand parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BinaryMessages.ControlCommand parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BinaryMessages.ControlCommand parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BinaryMessages.ControlCommand parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BinaryMessages.ControlCommand parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static BinaryMessages.ControlCommand parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static BinaryMessages.ControlCommand parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static BinaryMessages.ControlCommand parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static BinaryMessages.ControlCommand parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic BinaryMessages.ControlCommand.Builder newBuilderForType()
public static BinaryMessages.ControlCommand.Builder newBuilder()
public static BinaryMessages.ControlCommand.Builder newBuilder(BinaryMessages.ControlCommand prototype)
public BinaryMessages.ControlCommand.Builder toBuilder()
protected BinaryMessages.ControlCommand.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static BinaryMessages.ControlCommand getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public BinaryMessages.ControlCommand getDefaultInstanceForType()