mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-09 22:58:09 +08:00
e406de7e00
PUBLISHED_FROM=8b7fcfc1bc32ff9ff38e2904ddb730c83bf9fae4
399 B
399 B
title | decl_name | symbol_kind | signature |
---|---|---|---|
mg_coap_add_option() | mg_coap_add_option | func | struct mg_coap_option *mg_coap_add_option(struct mg_coap_message *cm, uint32_t number, char *value, size_t len); |
Add new option to mg_coap_message structure. Returns pointer to the newly created option.