Enum r0ket_l0dable::nrf::RxError [] [src]

pub enum RxError {
    WouldBlock,
    NoPacket,
    Invalid,
}

Rx.poll() result

Variants

No pkt received

No packet error while receiving

Packet too large or corrupted

Trait Implementations

Auto Trait Implementations

impl Send for RxError

impl Sync for RxError