mg_set_protocol_coap.md 224 Bytes
Newer Older
1 2 3 4 5 6 7 8
---
title: "mg_set_protocol_coap()"
decl_name: "mg_set_protocol_coap"
symbol_kind: "func"
signature: |
  int mg_set_protocol_coap(struct mg_connection *nc);
---

9
Sets CoAP protocol handler - triggers CoAP specific events. 
10