pub fn make_packet<T>(signals_received: usize, message: T) -> MessagePacket<T>
Expand description

Create a packet from its parts.