mirror of
https://github.com/espressif/openthread.git
synced 2026-08-31 22:39:54 +00:00
Utilize CoAP client in OpenThread (#851)
This commit is contained in:
committed by
Jonathan Hui
parent
746ab67e4d
commit
e39c23d1e4
@@ -71,6 +71,7 @@ typedef enum otCoapType
|
||||
*/
|
||||
typedef enum otCoapCode
|
||||
{
|
||||
kCoapCodeEmpty = 0x00, ///< Empty message code
|
||||
kCoapRequestGet = 0x01, ///< Get
|
||||
kCoapRequestPost = 0x02, ///< Post
|
||||
kCoapRequestPut = 0x03, ///< Put
|
||||
|
||||
Reference in New Issue
Block a user