[][src]Function f1_api::nineteen::session::decode_session

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

Decode a session packet sent by F1 2019

The session packets by F1 2018 and F1 2019 differ only in their packet headers, the rest of the packet format is identical.