Function read_buffer
Source pub const fn read_buffer(offset: u8, len: usize) -> Query
Expand description
ReadBuffer: reads the data buffer.
§Arguments
offset - where in the data buffer to start.
len - how many bytes to read.
§Returns
The opcode, the offset, and the NOP before the answer.