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