ESP-IDF
otCoapResource
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otCoapResource
otCoapResource struct
Represents a CoAP resource.
Syntax
Show:
Summary
Declaration
from
coap.h:404
typedef
struct
otCoapResource
{
const
char
*
mUriPath
;
otCoapRequestHandler
mHandler
;
void
*
mContext
;
struct
otCoapResource
*
mNext
;
}
otCoapResource
;
Fields
Field
Declared as
otCoapResource::mUriPath
const
char
*
otCoapResource::mHandler
otCoapRequestHandler
otCoapResource::mContext
void
*
otCoapResource::mNext
struct
otCoapResource
*
Related Functions
Found 4 other functions taking a
otCoapResource
argument:
Function
Description
otCoapAddResource()
Adds a resource to the CoAP server.
otCoapRemoveResource()
Removes a resource from the CoAP server.
otCoapSecureAddResource()
Adds a resource to the CoAP Secure server.
otCoapSecureRemoveResource()
Removes a resource from the CoAP Secure server.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out