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

pub unsafe extern "C" fn cbor_encode_uint(
    encoder: *mut CborEncoder,
    value: u64
) -> CborError

Appends the unsigned 64-bit integer \a value to the CBOR stream provided by \a encoder.

\sa cbor_encode_negative_int, cbor_encode_int