pub fn parse(
cursor: &mut Cursor<'_>,
offset_size: u8,
length_size: u8,
msg_size: usize,
) -> Result<AttributeMessage>Expand description
Parse an attribute message.
Attribute messages embed inline datatype and dataspace descriptions followed by the raw data bytes.