public static final class BinaryMessages.DiagnosticResponse extends com.google.protobuf.GeneratedMessageV3 implements BinaryMessages.DiagnosticResponseOrBuilder
openxc.DiagnosticResponse
Modifier and Type | Class and Description |
---|---|
static class |
BinaryMessages.DiagnosticResponse.Builder
Protobuf type
openxc.DiagnosticResponse |
Modifier and Type | Field and Description |
---|---|
static int |
BUS_FIELD_NUMBER |
static int |
MESSAGE_ID_FIELD_NUMBER |
static int |
MODE_FIELD_NUMBER |
static int |
NEGATIVE_RESPONSE_CODE_FIELD_NUMBER |
static int |
PAYLOAD_FIELD_NUMBER |
static int |
PID_FIELD_NUMBER |
static int |
SUCCESS_FIELD_NUMBER |
static int |
VALUE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getBus()
int32 bus = 1; |
static BinaryMessages.DiagnosticResponse |
getDefaultInstance() |
BinaryMessages.DiagnosticResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getMessageId()
uint32 message_id = 2; |
int |
getMode()
uint32 mode = 3; |
int |
getNegativeResponseCode()
uint32 negative_response_code = 6; |
<any> |
getParserForType() |
com.google.protobuf.ByteString |
getPayload()
bytes payload = 7; |
int |
getPid()
uint32 pid = 4; |
int |
getSerializedSize() |
boolean |
getSuccess()
bool success = 5; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
BinaryMessages.DynamicField |
getValue()
.openxc.DynamicField value = 8; |
BinaryMessages.DynamicFieldOrBuilder |
getValueOrBuilder()
.openxc.DynamicField value = 8; |
int |
hashCode() |
boolean |
hasValue()
.openxc.DynamicField value = 8; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static BinaryMessages.DiagnosticResponse.Builder |
newBuilder() |
static BinaryMessages.DiagnosticResponse.Builder |
newBuilder(BinaryMessages.DiagnosticResponse prototype) |
BinaryMessages.DiagnosticResponse.Builder |
newBuilderForType() |
protected BinaryMessages.DiagnosticResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(UnusedPrivateParameter unused) |
static BinaryMessages.DiagnosticResponse |
parseDelimitedFrom(java.io.InputStream input) |
static BinaryMessages.DiagnosticResponse |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BinaryMessages.DiagnosticResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BinaryMessages.DiagnosticResponse |
parseFrom(java.nio.ByteBuffer data) |
static BinaryMessages.DiagnosticResponse |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BinaryMessages.DiagnosticResponse |
parseFrom(com.google.protobuf.ByteString data) |
static BinaryMessages.DiagnosticResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BinaryMessages.DiagnosticResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static BinaryMessages.DiagnosticResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BinaryMessages.DiagnosticResponse |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
BinaryMessages.DiagnosticResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int BUS_FIELD_NUMBER
public static final int MESSAGE_ID_FIELD_NUMBER
public static final int MODE_FIELD_NUMBER
public static final int PID_FIELD_NUMBER
public static final int SUCCESS_FIELD_NUMBER
public static final int NEGATIVE_RESPONSE_CODE_FIELD_NUMBER
public static final int PAYLOAD_FIELD_NUMBER
public static final int VALUE_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.DiagnosticResponseOrBuilder
public int getMessageId()
uint32 message_id = 2;
getMessageId
in interface BinaryMessages.DiagnosticResponseOrBuilder
public int getMode()
uint32 mode = 3;
getMode
in interface BinaryMessages.DiagnosticResponseOrBuilder
public int getPid()
uint32 pid = 4;
getPid
in interface BinaryMessages.DiagnosticResponseOrBuilder
public boolean getSuccess()
bool success = 5;
getSuccess
in interface BinaryMessages.DiagnosticResponseOrBuilder
public int getNegativeResponseCode()
uint32 negative_response_code = 6;
getNegativeResponseCode
in interface BinaryMessages.DiagnosticResponseOrBuilder
public com.google.protobuf.ByteString getPayload()
bytes payload = 7;
getPayload
in interface BinaryMessages.DiagnosticResponseOrBuilder
public boolean hasValue()
.openxc.DynamicField value = 8;
hasValue
in interface BinaryMessages.DiagnosticResponseOrBuilder
public BinaryMessages.DynamicField getValue()
.openxc.DynamicField value = 8;
getValue
in interface BinaryMessages.DiagnosticResponseOrBuilder
public BinaryMessages.DynamicFieldOrBuilder getValueOrBuilder()
.openxc.DynamicField value = 8;
getValueOrBuilder
in interface BinaryMessages.DiagnosticResponseOrBuilder
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.DiagnosticResponse parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static BinaryMessages.DiagnosticResponse parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static BinaryMessages.DiagnosticResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static BinaryMessages.DiagnosticResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static BinaryMessages.DiagnosticResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static BinaryMessages.DiagnosticResponse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static BinaryMessages.DiagnosticResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static BinaryMessages.DiagnosticResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static BinaryMessages.DiagnosticResponse parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static BinaryMessages.DiagnosticResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public BinaryMessages.DiagnosticResponse.Builder newBuilderForType()
public static BinaryMessages.DiagnosticResponse.Builder newBuilder()
public static BinaryMessages.DiagnosticResponse.Builder newBuilder(BinaryMessages.DiagnosticResponse prototype)
public BinaryMessages.DiagnosticResponse.Builder toBuilder()
protected BinaryMessages.DiagnosticResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static BinaryMessages.DiagnosticResponse getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public BinaryMessages.DiagnosticResponse getDefaultInstanceForType()