Enum etherdream::protocol::AckCode [] [src]

pub enum AckCode {
    Ack,
    NackBufferFull,
    NackInvalid,
    NackStop,
    NackUnknown {
        code: u8,
    },
}

Ack or Nack Responses.

Variants

Fields of NackUnknown

Methods

impl AckCode
[src]

Whether or not the code is a successful ACK.

Trait Implementations

impl Clone for AckCode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AckCode
[src]

impl Debug for AckCode
[src]

Formats the value using the given formatter.