fn decode_parameters(
buf: &mut impl Buf,
) -> Result<Vec<KeyValuePair>, CodecError>Expand description
Decode the Message Parameters of a control message.
fn decode_parameters(
buf: &mut impl Buf,
) -> Result<Vec<KeyValuePair>, CodecError>Decode the Message Parameters of a control message.