otCoapResource
    #include <coap.h>
  
CoAP リソースを表します。
概要
| パブリック属性 | |
|---|---|
| mContext | void *アプリケーション固有のコンテキスト。 | 
| mHandler | 受信したリクエストを処理するためのコールバック。 | 
| mNext | struct otCoapResource *リスト内の次の CoAP リソース。 | 
| mUriPath | const char *URI パスの文字列。 | 
パブリック属性
mContext
void * otCoapResource::mContext
アプリケーション固有のコンテキスト。
mUriPath
const char * otCoapResource::mUriPath
URI パスの文字列。
関連情報
OpenThread API リファレンスのトピックは、GitHub で入手できるソースコードに由来しています。 詳細について、またはドキュメントへの投稿については、リソースをご覧ください。