Struct open_protocol::types::VersionAck [] [src]

pub struct VersionAck {
    pub crc: u32,
    pub version_text: String,
    pub hw_serial_num: String,
    pub hw_version: String,
    pub fw_version: u32,
    // some fields omitted
}

Fields

Trait Implementations

impl Debug for VersionAck
[src]

Formats the value using the given formatter.

impl PartialEq for VersionAck
[src]

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

This method tests for !=.

impl FromBytes for VersionAck
[src]

impl AckCode for VersionAck
[src]