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.DiagnosticResponseOrBuilderpublic int getMessageId()
uint32 message_id = 2;getMessageId in interface BinaryMessages.DiagnosticResponseOrBuilderpublic int getMode()
uint32 mode = 3;getMode in interface BinaryMessages.DiagnosticResponseOrBuilderpublic int getPid()
uint32 pid = 4;getPid in interface BinaryMessages.DiagnosticResponseOrBuilderpublic boolean getSuccess()
bool success = 5;getSuccess in interface BinaryMessages.DiagnosticResponseOrBuilderpublic int getNegativeResponseCode()
uint32 negative_response_code = 6;getNegativeResponseCode in interface BinaryMessages.DiagnosticResponseOrBuilderpublic com.google.protobuf.ByteString getPayload()
bytes payload = 7;getPayload in interface BinaryMessages.DiagnosticResponseOrBuilderpublic boolean hasValue()
.openxc.DynamicField value = 8;hasValue in interface BinaryMessages.DiagnosticResponseOrBuilderpublic BinaryMessages.DynamicField getValue()
.openxc.DynamicField value = 8;getValue in interface BinaryMessages.DiagnosticResponseOrBuilderpublic BinaryMessages.DynamicFieldOrBuilder getValueOrBuilder()
.openxc.DynamicField value = 8;getValueOrBuilder in interface BinaryMessages.DiagnosticResponseOrBuilderpublic 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.DiagnosticResponse parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BinaryMessages.DiagnosticResponse parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BinaryMessages.DiagnosticResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BinaryMessages.DiagnosticResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BinaryMessages.DiagnosticResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BinaryMessages.DiagnosticResponse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static BinaryMessages.DiagnosticResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static BinaryMessages.DiagnosticResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static BinaryMessages.DiagnosticResponse parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static BinaryMessages.DiagnosticResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic 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()