Skip to main content

parse_lsp_state

Function parse_lsp_state 

Source
pub fn parse_lsp_state(msg: &[u8]) -> Option<(u16, u32, u8, Vec<u8>)>
Expand description

Parse S2C_LSP_STATE into (lsp_id, state_id, flags, records) with the records decompressed.