public static interface BinaryMessages.DiagnosticRequestOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getBus()
int32 bus = 1; |
BinaryMessages.DiagnosticRequest.DecodedType |
getDecodedType()
.openxc.DiagnosticRequest.DecodedType decoded_type = 9; |
int |
getDecodedTypeValue()
.openxc.DiagnosticRequest.DecodedType decoded_type = 9; |
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; |
com.google.protobuf.ByteString |
getPayload()
bytes payload = 5; |
int |
getPid()
uint32 pid = 4; |
int getBus()
int32 bus = 1;
int getMessageId()
uint32 message_id = 2;
int getMode()
uint32 mode = 3;
int getPid()
uint32 pid = 4;
com.google.protobuf.ByteString getPayload()
bytes payload = 5;
boolean getMultipleResponses()
bool multiple_responses = 6;
double getFrequency()
double frequency = 7;
java.lang.String getName()
string name = 8;
com.google.protobuf.ByteString getNameBytes()
string name = 8;
int getDecodedTypeValue()
.openxc.DiagnosticRequest.DecodedType decoded_type = 9;
BinaryMessages.DiagnosticRequest.DecodedType getDecodedType()
.openxc.DiagnosticRequest.DecodedType decoded_type = 9;