[][src]Function f1_api::nineteen::setup::decode_setups

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

Decode a car setup packet sent by F1 2019

F1 2018 and F1 2019 publish the same data in their car setup packets, but with different packet headers. In multiplayer sessions, the setups of other players are redacted and appear empty.