Struct clyde_3g_eps_api::Version[][src]

pub struct Version {
    pub revision: u8,
    pub firmware_number: u16,
}
[]

Version

The version number of the firmware will be returned on this command. The revision number returns the current revision of the firmware that is present on the board. The firmware number returns the current firmware on the board. Structure containing board firmware versions

Fields

[]

Current firmware revision on board

[]

Current firmware on board

Trait Implementations

impl Debug for Version
[src]
[+]

[]

Formats the value using the given formatter. Read more

impl Eq for Version
[src]

impl PartialEq for Version
[src]
[+]

[]

This method tests for self and other values to be equal, and is used by ==. Read more

[]

This method tests for !=.

Auto Trait Implementations

impl Send for Version

impl Sync for Version