Home
last modified time | relevance | path

Searched defs:ResponseEntry (Results 1 – 1 of 1) sorted by relevance

/openthread-3.7.0/src/ncp/
Dncp_base.hpp248 struct ResponseEntry struct in ot::Ncp::NcpBase
250 uint8_t mIid : 2; ///< Spinel interface id.
251 uint8_t mTid : 4; ///< Spinel transaction id.
252 bool mIsInUse : 1; ///< `true` if this entry is in use, `false` otherwise.
253 ResponseType mType : 2; ///< Response type.
254 uint32_t mPropKeyOrStatus : 24; ///< 3 bytes for either property key or spinel status.