Wafer.DLL.Rx (wafer v1.0.2)
Bytewise reception buffer for our data link layer.
Link to this section Summary
Functions
Has the reception completed successfully?
Was there an error during reception?
Initialize a new empty buffer reading for receiving.
Receive a byte into the buffer.
Attempt to retrieve the received value from the buffer.
Link to this section Types
Specs
Link to this section Functions
Link to this function
complete?(rx)
Specs
Has the reception completed successfully?
Link to this function
error?(rx)
Specs
Was there an error during reception?
Link to this function
init()
Initialize a new empty buffer reading for receiving.
Link to this function
rx(rx, byte)
Specs
Receive a byte into the buffer.
Link to this function
value(rx)
Specs
Attempt to retrieve the received value from the buffer.