prop_insert

Function prop_insert 

Source
pub fn prop_insert(
    buf: &mut [u8],
    tid: u8,
    key: u32,
    item: &[u8],
) -> Result<usize, WriteError>
Expand description

Encode a CMD_PROP_INSERT frame. item is one item in the property’s item form, with no length prefix.