LinkSet

Type Alias LinkSet 

Source
pub type LinkSet = LinkSystems;
👎Deprecated: Use LinkSystems instead

Aliased Type§

pub enum LinkSet {
    Receive,
    Send,
}

Variants§

§

Receive

Receive bytes from the IO and buffer them into the Link

§

Send

Flush the messages buffered in the Link to the io