Skip to content

Instantly share code, notes, and snippets.

@lupyuen
Last active August 26, 2019 04:42
run({
let encoder = COAP_CONTEXT.encoder("COAP_CONTEXT", "_map");
cbor_encode_text_string(
encoder,
COAP_CONTEXT.key_to_cstr(key_with_opt_null),
COAP_CONTEXT.cstr_len(key_with_opt_null));
cbor_encode_int(encoder, value);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment