[][src]Function mynewt::encoding::tinycbor::cbor_encode_byte_iovec

pub unsafe extern "C" fn cbor_encode_byte_iovec(
    encoder: *mut CborEncoder,
    iov: *const cbor_iovec,
    iov_len: c_int
) -> CborError

Appends the byte string passed as \a iov and \a iov_len to the CBOR stream provided by \a encoder. CBOR byte strings are arbitrary raw data.

\sa CborError cbor_encode_text_stringz, cbor_encode_byte_string