public static final class BinaryMessages.DiagnosticRequest extends com.google.protobuf.GeneratedMessageV3 implements BinaryMessages.DiagnosticRequestOrBuilder
openxc.DiagnosticRequest
Modifier and Type | Class and Description |
---|---|
static class |
BinaryMessages.DiagnosticRequest.Builder
Protobuf type
openxc.DiagnosticRequest |
static class |
BinaryMessages.DiagnosticRequest.DecodedType
Protobuf enum
openxc.DiagnosticRequest.DecodedType |
Modifier and Type | Field and Description |
---|---|
static int |
BUS_FIELD_NUMBER |
static int |
DECODED_TYPE_FIELD_NUMBER |
static int |
FREQUENCY_FIELD_NUMBER |
static int |
MESSAGE_ID_FIELD_NUMBER |
static int |
MODE_FIELD_NUMBER |
static int |
MULTIPLE_RESPONSES_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
PAYLOAD_FIELD_NUMBER |
static int |
PID_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getBus()
int32 bus = 1; |
BinaryMessages.DiagnosticRequest.DecodedType |
getDecodedType()
.openxc.DiagnosticRequest.DecodedType decoded_type = 9; |
int |
getDecodedTypeValue()
.openxc.DiagnosticRequest.DecodedType decoded_type = 9; |
static BinaryMessages.DiagnosticRequest |
getDefaultInstance() |
BinaryMessages.DiagnosticRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
double |
getFrequency()
double frequency = 7; |
int |
getMessageId()
uint32 message_id = 2; |
int |
getMode()
uint32 mode = 3; |
boolean |
getMultipleResponses()
bool multiple_responses = 6; |
java.lang.String |
getName()
string name = 8; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 8; |
<any> |
getParserForType() |
com.google.protobuf.ByteString |
getPayload()
bytes payload = 5; |
int |
getPid()
uint32 pid = 4; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static BinaryMessages.DiagnosticRequest.Builder |
newBuilder() |
static BinaryMessages.DiagnosticRequest.Builder |
newBuilder(BinaryMessages.DiagnosticRequest prototype) |
BinaryMessages.DiagnosticRequest.Builder |
newBuilderForType() |
protected BinaryMessages.DiagnosticRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(UnusedPrivateParameter unused) |
static BinaryMessages.DiagnosticRequest |
parseDelimitedFrom(java.io.InputStream input) |
static BinaryMessages.DiagnosticRequest |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BinaryMessages.DiagnosticRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BinaryMessages.DiagnosticRequest |
parseFrom(java.nio.ByteBuffer data) |
static BinaryMessages.DiagnosticRequest |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BinaryMessages.DiagnosticRequest |
parseFrom(com.google.protobuf.ByteString data) |
static BinaryMessages.DiagnosticRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BinaryMessages.DiagnosticRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static BinaryMessages.DiagnosticRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BinaryMessages.DiagnosticRequest |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
BinaryMessages.DiagnosticRequest.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 PAYLOAD_FIELD_NUMBER
public static final int MULTIPLE_RESPONSES_FIELD_NUMBER
public static final int FREQUENCY_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int DECODED_TYPE_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.DiagnosticRequestOrBuilder
public int getMessageId()
uint32 message_id = 2;
getMessageId
in interface BinaryMessages.DiagnosticRequestOrBuilder
public int getMode()
uint32 mode = 3;
getMode
in interface BinaryMessages.DiagnosticRequestOrBuilder
public int getPid()
uint32 pid = 4;
getPid
in interface BinaryMessages.DiagnosticRequestOrBuilder
public com.google.protobuf.ByteString getPayload()
bytes payload = 5;
getPayload
in interface BinaryMessages.DiagnosticRequestOrBuilder
public boolean getMultipleResponses()
bool multiple_responses = 6;
getMultipleResponses
in interface BinaryMessages.DiagnosticRequestOrBuilder
public double getFrequency()
double frequency = 7;
getFrequency
in interface BinaryMessages.DiagnosticRequestOrBuilder
public java.lang.String getName()
string name = 8;
getName
in interface BinaryMessages.DiagnosticRequestOrBuilder
public com.google.protobuf.ByteString getNameBytes()
string name = 8;
getNameBytes
in interface BinaryMessages.DiagnosticRequestOrBuilder
public int getDecodedTypeValue()
.openxc.DiagnosticRequest.DecodedType decoded_type = 9;
getDecodedTypeValue
in interface BinaryMessages.DiagnosticRequestOrBuilder
public BinaryMessages.DiagnosticRequest.DecodedType getDecodedType()
.openxc.DiagnosticRequest.DecodedType decoded_type = 9;
getDecodedType
in interface BinaryMessages.DiagnosticRequestOrBuilder
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.DiagnosticRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static BinaryMessages.DiagnosticRequest parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static BinaryMessages.DiagnosticRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static BinaryMessages.DiagnosticRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static BinaryMessages.DiagnosticRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static BinaryMessages.DiagnosticRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static BinaryMessages.DiagnosticRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static BinaryMessages.DiagnosticRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static BinaryMessages.DiagnosticRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static BinaryMessages.DiagnosticRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public BinaryMessages.DiagnosticRequest.Builder newBuilderForType()
public static BinaryMessages.DiagnosticRequest.Builder newBuilder()
public static BinaryMessages.DiagnosticRequest.Builder newBuilder(BinaryMessages.DiagnosticRequest prototype)
public BinaryMessages.DiagnosticRequest.Builder toBuilder()
protected BinaryMessages.DiagnosticRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static BinaryMessages.DiagnosticRequest getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public BinaryMessages.DiagnosticRequest getDefaultInstanceForType()