Skip to main content

encode_pv_request

Function encode_pv_request 

Source
pub fn encode_pv_request(
    py: Python<'_>,
    fields: Option<Vec<String>>,
    is_be: bool,
) -> PyResult<PyObject>
Expand description

Encode a pvRequest mask selecting specific top-level fields. Pass an empty list or None to request all fields.