LinkReceiveSet

Type Alias LinkReceiveSet 

Source
pub type LinkReceiveSet = LinkReceiveSystems;
👎Deprecated: Use LinkReceiveSystems instead

Aliased Type§

pub enum LinkReceiveSet {
    BufferToLink,
    ApplyConditioner,
}

Variants§

Receive bytes from the IO and buffer them into the Link. (if LinkConditioner is present, the packets will be stored in the conditioner)

§

ApplyConditioner

Take packets from the link conditioner and push them into the Link