Struct ax25::frame::FrameReject [] [src]

pub struct FrameReject {
    pub final_bit: bool,
    pub rejected_control_field_raw: u8,
    pub z: bool,
    pub y: bool,
    pub x: bool,
    pub w: bool,
    pub receive_sequence: u8,
    pub send_sequence: u8,
    pub command_response: CommandResponse,
}

FRMR Unnumbered (U) frame. Flags correspond to names in the AX.25 specification.

Fields

A raw copy of the control field in the frame that was rejected

The attached control field contained an invalid Receive Sequence Number

The information field of a received frame exceeded the maximum allowable length.

A U or S frame was received that contained an information field.

The received control field was invalid or not implemented.

Trait Implementations

impl Debug for FrameReject
[src]

Formats the value using the given formatter.

impl PartialEq for FrameReject
[src]

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

This method tests for !=.