Skip to main content

decode_application_value

Function decode_application_value 

Source
pub fn decode_application_value(
    data: &[u8],
    offset: usize,
) -> Result<(PropertyValue, usize), Error>
Expand description

Decode a single application-tagged value from data at offset.

Returns the decoded PropertyValue and the new offset past the consumed bytes.