[][src]Function f1_api::nineteen::participants::decode_participants

pub fn decode_participants(
    cursor: &mut Cursor<&mut BytesMut>
) -> Result<ParticipantsPacket, Error>

Decode a participants packet sent by F1 2019

F1 2019 extends the participants packet from F1 2018 with the telemetry_privacy field. Other than that both games use the same packet format.