nl:: बुना:: TLV:: डीबग करें
इस नेमस्पेस में TVV को डीबग और लॉग करने के लिए टाइप और इंटरफ़ेस शामिल हैं.
खास जानकारी
टाइपडेफ़ |
|
---|---|
DumpWriter)(const char *aFormat,...)
|
टाइपडेफ़void(*
|
फ़ंक्शन |
|
---|---|
DecodeTagControl(const TLVTagControl aTagControl)
|
const char *
टीएलवी टैग कंट्रोल को, ज़्यादा जानकारी वाली स्ट्रिंग से डिकोड करें.
|
DecodeType(const TLVType aType)
|
const char *
टीएलवी टाइप को, ज़्यादा जानकारी देने वाली स्ट्रिंग के साथ डिकोड करें.
|
Dump(const TLVReader & aReader, DumpWriter aWriter)
|
किसी खास लेखक के साथ, दिए गए रीडर में TLV डेटा को पढ़ें.
|
DumpHandler(DumpWriter aWriter, const char *aIndent, const TLVReader & aReader, size_t aDepth)
|
void
|
DumpHandler(const TLVReader & aReader, size_t aDepth, void *aContext)
|
तय किए गए रीडर में, टीएलवी डेटा को ऐसे फ़ॉर्मैट में लॉग करें जिसे इंसान पढ़ सकें.
|
DumpIterator(DumpWriter aWriter, const TLVReader & aReader)
|
दिए गए रीडर में, दिए गए रीडर में TLV का डेटा, आसानी से पढ़े जा सकने वाले फ़ॉर्म में लॉग करें.
|
स्ट्रक्चर |
|
---|---|
nl:: |
टाइपडेफ़
DumpWriter
void(* DumpWriter)(const char *aFormat,...)
फ़ंक्शन
डिकोड टैग कंट्रोल
const char * DecodeTagControl( const TLVTagControl aTagControl )
टीएलवी टैग कंट्रोल को, ज़्यादा जानकारी वाली स्ट्रिंग से डिकोड करें.
ब्यौरा | |||
---|---|---|---|
पैरामीटर |
|
||
लौटाए गए सामान |
सफलता के बारे में तय किए गए टैग कंट्रोल के बारे में बताने वाली, NULL-टर्मिनेटेड स्ट्रिंग का पॉइंटर. नहीं तो, NULL.
|
डिकोड टाइप
const char * DecodeType( const TLVType aType )
डंप
WEAVE_ERROR Dump( const TLVReader & aReader, DumpWriter aWriter )
डम्पहैंडलर
void DumpHandler( DumpWriter aWriter, const char *aIndent, const TLVReader & aReader, size_t aDepth )
डम्पहैंडलर
WEAVE_ERROR DumpHandler( const TLVReader & aReader, size_t aDepth, void *aContext )
तय किए गए रीडर में, टीएलवी डेटा को ऐसे फ़ॉर्मैट में लॉग करें जिसे इंसान पढ़ सकें.
ब्यौरा | |||||||
---|---|---|---|---|---|---|---|
पैरामीटर |
|
||||||
सामान लौटाने की वैल्यू |
|
डम्पिटरेटर
WEAVE_ERROR DumpIterator( DumpWriter aWriter, const TLVReader & aReader )