PACKET_SIZE

Constant PACKET_SIZE 

Source
pub const PACKET_SIZE: usize = 32;
Expand description

Size of the event packet in bytes

The event packet can have a maximum size of 32 bytes, but since not all events carry a payload, it might very well be smaller.