LogReadPacket

Type Alias LogReadPacket 

Source
pub type LogReadPacket = Cdc2CommandPacket<USER_CDC, LOG_READ, LogReadPayload>;
Expand description

For example: If the brain has 26 logs, from A to Z. With offset 5 and count 5, it returns [V, W, X, Y, Z]. With offset 10 and count 5, it returns [Q, R, S, T, U].

Aliased Typeยง

pub struct LogReadPacket { /* private fields */ }