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