Commit be199b4f authored by Evelyn's avatar Evelyn Committed by GitHub

Update mg_coap_send_ack.md

parent cc15320c
...@@ -6,7 +6,7 @@ signature: | ...@@ -6,7 +6,7 @@ signature: |
uint32_t mg_coap_send_ack(struct mg_connection *nc, uint16_t msg_id); uint32_t mg_coap_send_ack(struct mg_connection *nc, uint16_t msg_id);
--- ---
Compose CoAP acknowledgement from `mg_coap_message` Composes CoAP acknowledgement from `mg_coap_message`
and send it into `nc` connection. and sends it into `nc` connection.
Return value: see `mg_coap_send_message()` Return value: see `mg_coap_send_message()`
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment