pub struct GetInfoResponse {
    pub protocol_version: Version,
    pub hardware_version: Version,
    pub software_version: Version,
    pub software_vcs_revision_id: u64,
    pub unique_id: [u8; 16],
    pub name: Vec<u8, 50_usize>,
    pub software_image_crc: Vec<u64, 1_usize>,
    pub certificate_of_authenticity: Vec<u8, 222_usize>,
}
Expand description

uavcan.node.GetInfo.1.0

Size ranges from 33 to 313 bytes

Fields

protocol_version: Version

uavcan.node.Version.1.0

Always aligned Size 16 bits

hardware_version: Version

uavcan.node.Version.1.0

Always aligned Size 16 bits

software_version: Version

uavcan.node.Version.1.0

Always aligned Size 16 bits

software_vcs_revision_id: u64

saturated uint64

Always aligned Size 64 bits

unique_id: [u8; 16]

saturated uint8[16]

Always aligned Size 128 bits

name: Vec<u8, 50_usize>

saturated uint8[<=50]

Always aligned Size ranges from 0 to 400 bits

software_image_crc: Vec<u64, 1_usize>

saturated uint64[<=1]

Always aligned Size ranges from 0 to 64 bits

certificate_of_authenticity: Vec<u8, 222_usize>

saturated uint8[<=222]

Always aligned Size ranges from 0 to 1776 bits

Trait Implementations

The sealed or delimited property of this type

Deserializes a value and returns it

Deserializes a value from a slice of bytes and returns it Read more

A convenience function that creates a cursor around the provided bytes and calls deserialize Read more

Returns the size of the encoded form of this value, in bits Read more

Serializes this value into a buffer Read more

A convenience function that creates a cursor around the provided bytes and calls serialize Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.