Skip to main content

decode_value

Function decode_value 

Source
pub fn decode_value(
    py: Python<'_>,
    data: &[u8],
    desc: &PyStructureDesc,
    is_be: bool,
) -> PyResult<PyObject>
Expand description

Decode a pvData value given the accompanying StructureDesc.