public static final class BinaryMessages.PredefinedObd2RequestsCommand extends com.google.protobuf.GeneratedMessageV3 implements BinaryMessages.PredefinedObd2RequestsCommandOrBuilder
openxc.PredefinedObd2RequestsCommand
Modifier and Type | Class and Description |
---|---|
static class |
BinaryMessages.PredefinedObd2RequestsCommand.Builder
Protobuf type
openxc.PredefinedObd2RequestsCommand |
Modifier and Type | Field and Description |
---|---|
static int |
ENABLED_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static BinaryMessages.PredefinedObd2RequestsCommand |
getDefaultInstance() |
BinaryMessages.PredefinedObd2RequestsCommand |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getEnabled()
bool enabled = 1; |
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static BinaryMessages.PredefinedObd2RequestsCommand.Builder |
newBuilder() |
static BinaryMessages.PredefinedObd2RequestsCommand.Builder |
newBuilder(BinaryMessages.PredefinedObd2RequestsCommand prototype) |
BinaryMessages.PredefinedObd2RequestsCommand.Builder |
newBuilderForType() |
protected BinaryMessages.PredefinedObd2RequestsCommand.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(UnusedPrivateParameter unused) |
static BinaryMessages.PredefinedObd2RequestsCommand |
parseDelimitedFrom(java.io.InputStream input) |
static BinaryMessages.PredefinedObd2RequestsCommand |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BinaryMessages.PredefinedObd2RequestsCommand |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BinaryMessages.PredefinedObd2RequestsCommand |
parseFrom(java.nio.ByteBuffer data) |
static BinaryMessages.PredefinedObd2RequestsCommand |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BinaryMessages.PredefinedObd2RequestsCommand |
parseFrom(com.google.protobuf.ByteString data) |
static BinaryMessages.PredefinedObd2RequestsCommand |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BinaryMessages.PredefinedObd2RequestsCommand |
parseFrom(com.google.protobuf.CodedInputStream input) |
static BinaryMessages.PredefinedObd2RequestsCommand |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BinaryMessages.PredefinedObd2RequestsCommand |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
BinaryMessages.PredefinedObd2RequestsCommand.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int ENABLED_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 boolean getEnabled()
bool enabled = 1;
getEnabled
in interface BinaryMessages.PredefinedObd2RequestsCommandOrBuilder
public final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
java.io.IOException
public int getSerializedSize()
public boolean equals(java.lang.Object obj)
public int hashCode()
public static BinaryMessages.PredefinedObd2RequestsCommand parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static BinaryMessages.PredefinedObd2RequestsCommand parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static BinaryMessages.PredefinedObd2RequestsCommand parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static BinaryMessages.PredefinedObd2RequestsCommand parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static BinaryMessages.PredefinedObd2RequestsCommand parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static BinaryMessages.PredefinedObd2RequestsCommand parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static BinaryMessages.PredefinedObd2RequestsCommand parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static BinaryMessages.PredefinedObd2RequestsCommand parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static BinaryMessages.PredefinedObd2RequestsCommand parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static BinaryMessages.PredefinedObd2RequestsCommand parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public BinaryMessages.PredefinedObd2RequestsCommand.Builder newBuilderForType()
public static BinaryMessages.PredefinedObd2RequestsCommand.Builder newBuilder()
public static BinaryMessages.PredefinedObd2RequestsCommand.Builder newBuilder(BinaryMessages.PredefinedObd2RequestsCommand prototype)
public BinaryMessages.PredefinedObd2RequestsCommand.Builder toBuilder()
protected BinaryMessages.PredefinedObd2RequestsCommand.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static BinaryMessages.PredefinedObd2RequestsCommand getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public BinaryMessages.PredefinedObd2RequestsCommand getDefaultInstanceForType()