pub fn parse_old(
cursor: &mut Cursor<'_>,
_offset_size: u8,
_length_size: u8,
msg_size: usize,
) -> Result<FillValueMessage>Expand description
Parse the old fill value message (type 0x0004).
The entire message body is the raw fill value bytes.