Expand description
RX operations.
Functionsยง
- Get number of pending packets.
- Poll for received packet. Returns Some(RxResult) if packet ready, None otherwise.
- Submit buffer to receive queue. Returns true on success, false if queue full.
RX operations.