nl
Weave-specific nl Asrt.h ओवरराइड.
खास जानकारी
इन्यूमरेशन |
|
---|---|
@357
|
enum |
@358
|
enum |
@359
|
enum |
@360
|
enum |
@361
|
enum |
SerializedFieldType{
|
enum TLV फ़ील्ड के साथ लिखने के लिए TLV टाइप की सूची. |
SerializedFieldTypeBits
|
enum सीरियलाइज़्ड फ़ील्ड टाइप का बिटफ़ील्ड. |
SerializedFieldTypeMasks
|
enum SerializedFieldType के बिट को ऐक्सेस करने के लिए मास्क. |
टाइपडिफ़ |
|
---|---|
Base64CharToValFunct)(uint8_t c)
|
टाइपडिफ़uint8_t(*
|
Base64ValToCharFunct)(uint8_t val)
|
टाइपडिफ़char(*
|
MemoryAllocate)(size_t size)
|
टाइपडिफ़void *(*
मेमोरी आवंटन/फ़्री फ़ंक्शन पॉइंटर. |
MemoryFree)(void *ptr)
|
टाइपडिफ़void(*
|
MemoryReallocate)(void *ptr, size_t size)
|
टाइपडिफ़void *(*
|
वैरिएबल |
|
---|---|
sASN1ErrorFormatter =
{
nl::Weave::ASN1::FormatASN1Error,
NULL
}
|
const ErrorFormatter
|
sElementSize =
{
sizeof(bool),
sizeof(uint8_t),
sizeof(uint16_t),
sizeof(uint32_t),
sizeof(uint64_t),
sizeof(int8_t),
sizeof(int16_t),
sizeof(int32_t),
sizeof(int64_t),
sizeof(float),
sizeof(double),
sizeof(char *),
sizeof(SerializedByteString),
sizeof(void *),
sizeof(void *)
}[]
|
const uint8_t
|
sErrorFormatterList = &sWeaveErrorFormatter
|
const ErrorFormatter *
गड़बड़ी को फ़ॉर्मैट करने वाले फ़ंक्शन की लिंक की गई सूची.
|
sErrorStr[WEAVE_CONFIG_ERROR_STR_SIZE]
|
char
फ़ॉर्मैट की गई गड़बड़ी की स्ट्रिंग को सेव करने के लिए स्टैटिक बफ़र.
|
sErrorStr[1024]
|
char
यह रूटीन, ऐसी ब्लैंक सी स्ट्रिंग दिखाता है जिसे कोई भी व्यक्ति आसानी से पढ़ सकता है. इस स्ट्रिंग में, खास प्रोफ़ाइल से जुड़े स्टेटस कोड के बारे में जानकारी होती है.
|
sWeaveErrorFormatter =
{
nl::Weave::FormatWeaveError,
&sASN1ErrorFormatter
}
|
const ErrorFormatter
|
फ़ंक्शन |
|
---|---|
AdjustCalendarDate(uint16_t & year, uint8_t & month, uint8_t & dayOfMonth, int32_t relativeDays)
|
void
|
Base64CharToVal(uint8_t c)
|
uint8_t
|
Base64Decode(const char *in, uint16_t inLen, uint8_t *out, Base64CharToValFunct charToValFunct)
|
uint16_t
|
Base64Decode(const char *in, uint16_t inLen, uint8_t *out)
|
uint16_t
|
Base64Decode32(const char *in, uint32_t inLen, uint8_t *out, Base64CharToValFunct charToValFunct)
|
uint32_t
|
Base64Decode32(const char *in, uint32_t inLen, uint8_t *out)
|
uint32_t
|
Base64Encode(const uint8_t *in, uint16_t inLen, char *out, Base64ValToCharFunct valToCharFunct)
|
uint16_t
|
Base64Encode(const uint8_t *in, uint16_t inLen, char *out)
|
uint16_t
|
Base64Encode32(const uint8_t *in, uint32_t inLen, char *out, Base64ValToCharFunct valToCharFunct)
|
uint32_t
|
Base64Encode32(const uint8_t *in, uint32_t inLen, char *out)
|
uint32_t
|
Base64URLCharToVal(uint8_t c)
|
uint8_t
|
Base64URLDecode(const char *in, uint16_t inLen, uint8_t *out)
|
uint16_t
|
Base64URLEncode(const uint8_t *in, uint16_t inLen, char *out)
|
uint16_t
|
Base64URLValToChar(uint8_t val)
|
char
|
Base64ValToChar(uint8_t val)
|
char
|
CalendarDateToDaysSinceEpoch(uint16_t year, uint8_t month, uint8_t dayOfMonth, uint32_t & daysSinceEpoch)
|
bool
|
CalendarDateToOrdinalDate(uint16_t year, uint8_t month, uint8_t dayOfMonth, uint16_t & dayOfYear)
|
void
|
CalendarTimeToSecondsSinceEpoch(uint16_t year, uint8_t month, uint8_t dayOfMonth, uint8_t hour, uint8_t minute, uint8_t second, uint32_t & secondsSinceEpoch)
|
bool
|
ClearFlag(FlagsT & inFlags, const FlagT inFlag)
|
void
|
DateToManufacturingWeek(uint16_t year, uint8_t month, uint8_t day, uint16_t & mfgYear, uint8_t & mfgWeek)
|
void
|
DaysInMonth(uint16_t year, uint8_t month)
|
uint8_t
|
DaysSinceEpochToCalendarDate(uint32_t daysSinceEpoch, uint16_t & year, uint8_t & month, uint8_t & dayOfMonth)
|
void
|
DaysToMarch1(uint16_t year)
|
uint8_t
|
DeallocateDeserializedStructure(void *aStructureData, const SchemaFieldDescriptor *aFieldDescriptors, SerializationContext *aContext)
|
|
ErrorStr(int32_t err)
|
NL_DLL_EXPORT const char *
यह रूटीन, गड़बड़ी के बारे में ऐसी जानकारी देता है जिसे कोई भी व्यक्ति आसानी से पढ़ सकता है. इस स्ट्रिंग को खत्म कर दिया जाता है.
|
ExtractManufacturingDateFromSerialNumber(const char *serialNum, uint16_t & year, uint8_t & month, uint8_t & day)
|
|
FindNullifiedFieldsArray(void *aStructureData, const SchemaFieldDescriptor *aSchemaDescriptor, uint8_t *& aNullifiedFields)
|
C संरचना के आखिर में मौजूद, खाली फ़ील्ड वाले कलेक्शन की जगह ढूंढने के लिए हेल्पर फ़ंक्शन.
|
FindStatusReportStr(uint32_t inProfileId, uint16_t inStatusCode)
|
const char *
|
FirstWeekdayOfYear(uint16_t year)
|
uint8_t
|
FormatError(char *buf, uint16_t bufSize, const char *subsys, int32_t err, const char *desc)
|
void
जनरेट की गई इस गड़बड़ी के बारे में जानकारी देने वाली ऐसी ब्लैंक सी स्ट्रिंग जनरेट करता है जिसे कोई भी व्यक्ति आसानी से पढ़ सकता है.
|
GetArrayElementSize(uint32_t & aOutSize, const FieldDescriptor *aFieldPtr, SerializedFieldType aType)
|
|
GetFlag(const FlagsT & inFlags, const FlagT inFlag)
|
bool
|
IsBase34NoIOChar(char ch)
|
bool
|
IsLeapYear(uint16_t year)
|
bool
|
IsValidFieldType(SerializedFieldType aType)
|
bool
|
IsValidSerialNumber(const char *serialNum)
|
bool
|
LogEvent(TEvent *aEvent)
|
nl::Weave::Profiles::DataManagement::event_id_t
|
LogEvent(TEvent *aEvent, const nl::Weave::Profiles::DataManagement::EventOptions & aOptions)
|
nl::Weave::Profiles::DataManagement::event_id_t
|
ManufacturingWeekToDate(uint16_t mfgYear, uint8_t mfgWeek, uint16_t & year, uint8_t & month, uint8_t & day)
|
void
|
MarchBasedDayOfYearToMonth(uint16_t dayOfYear)
|
uint8_t
|
MarchBasedMonthToDayOfYear(uint8_t month)
|
uint16_t
|
NullifyAllEventFields(TEvent *aEvent)
|
void
|
OrdinalDateToCalendarDate(uint16_t year, uint16_t dayOfYear, uint8_t & month, uint8_t & dayOfMonth)
|
void
|
ReadDataForType(TLVReader & aReader, void *aStructureData, const FieldDescriptor *& aFieldPtr, SerializedFieldType aType, bool aInArray, SerializationContext *aContext)
|
स्ट्रक्चर के डेटा के आधार पर, TLV से किसी खास एंट्री को पढ़ने के लिए रीडर फ़ंक्शन.
|
ReadNullableDataForType(TLVReader & aReader, void *aStructureData, const FieldDescriptor *& aFieldPtr, SerializedFieldType aType, bool & aIsNullified, SerializationContext *aContext)
|
एक रीडर फ़ंक्शन, जो टीएलवी से पढ़ने से पहले यह देखता है कि डेटा शून्य या शून्य हो गया है या नहीं.
|
RegisterErrorFormatter(ErrorFormatter *errFormatter)
|
NL_DLL_EXPORT void
गड़बड़ी को फ़ॉर्मैट करने वाले टूल की ग्लोबल सूची में, गड़बड़ी को फ़ॉर्मैट करने वाला नया फ़ंक्शन जोड़ें.
|
SecondsSinceEpochToCalendarTime(uint32_t secondsSinceEpoch, uint16_t & year, uint8_t & month, uint8_t & dayOfMonth, uint8_t & hour, uint8_t & minute, uint8_t & second)
|
void
|
SerializedDataToTLVWriter(TLVWriter & aWriter, void *aStructureData, const SchemaFieldDescriptor *aFieldDescriptors)
|
किसी डेटा स्ट्रक्चर को टीएलवी स्ट्रक्चर में बदलने के लिए राइटर फ़ंक्शन.
|
SerializedDataToTLVWriterHelper(TLVWriter & aWriter, uint8_t aDataTag, void *aAppData)
|
रैपर राइटर फ़ंक्शन, जो SerializedDataToTLVWriter को कंटेनर से घिरा होता है.
|
SetFlag(FlagsT & inFlags, const FlagT inFlag)
|
void
|
SetFlag(FlagsT & inFlags, const FlagT inFlag, const bool inValue)
|
void
|
StatusReportStr(uint32_t profileId, uint16_t statusCode)
|
const char *
|
TLVReaderToDeserializedData(nl::Weave::TLV::TLVReader & aReader, void *aStructureData, const SchemaFieldDescriptor *aFieldDescriptors, SerializationContext *aContext)
|
एक रीडर फ़ंक्शन, जो टीएलवी को सी-स्ट्रक्चर में बदलने के लिए इस्तेमाल करता है.
|
TLVReaderToDeserializedDataHelper(nl::Weave::TLV::TLVReader & aReader, uint8_t aDataTag, void *aAppData, SerializationContext *aContext)
|
एक हेल्पर फ़ंक्शन, जो एक टीएलवी डेटा एलिमेंट को डीसीरियलाइज़ करता है.
|
WriteArrayData(TLVWriter & aWriter, void *aStructureData, const FieldDescriptor *aFieldPtr)
|
राइटर फ़ंक्शन, जो अरे का स्ट्रक्चर लिखता है.
|
WriteDataForType(TLVWriter & aWriter, void *aStructureData, const FieldDescriptor *& aFieldPtr, SerializedFieldType aType, bool aInArray)
|
राइटर फ़ंक्शन, स्ट्रक्चर के डेटा के आधार पर टीएलवी में कोई खास एंट्री लिखता है.
|
WriteNullableDataForType(TLVWriter & aWriter, void *aStructureData, const FieldDescriptor *& aFieldPtr, SerializedFieldType aType, bool aIsNullified)
|
टीएलवी को लिखने से पहले, यह जांच करने के लिए राइटर फ़ंक्शन इस्तेमाल किया जाता है कि डेटा शून्य या शून्य हो सकता है या नहीं.
|
secondsToMilliseconds(uint32_t seconds)
|
uint32_t
|
नाम स्थान |
|
---|---|
nl:: |
|
nl:: |
इस नेमस्पेस में, Weave for Bluetooth कम एनर्जी (बीएलई) के सभी इंटरफ़ेस शामिल हैं. इसे ब्लूटूथ स्मार्ट भी कहा जाता है. |
nl:: |
|
nl:: |
इस नेमस्पेस में, Nest Weave पब्लिक-की इन्फ़्रास्ट्रक्चर (पीकेआई) सर्टिफ़िकेट के लिए ग्लोबल सिंबल शामिल हैं. |
nl:: |
|
nl:: |
|
nl:: |
इन्यूमरेशन
@357
@357
@358
@358
@359
@359
@360
@360
@361
@361
SerializedFieldType
SerializedFieldType
TLV फ़ील्ड के साथ लिखने के लिए TLV टाइप की सूची.
प्रॉपर्टी | |
---|---|
SerializedFieldTypeArray
|
सरणी प्रकार. |
SerializedFieldTypeBoolean
|
बूलियन टाइप. |
SerializedFieldTypeByteString
|
बाइट स्ट्रिंग टाइप. |
SerializedFieldTypeFloatingPoint32
|
32-बिट फ़्लोट टाइप |
SerializedFieldTypeFloatingPoint64
|
64-बिट फ़्लोट टाइप |
SerializedFieldTypeInt16
|
हस्ताक्षर किया हुआ 16-बिट टाइप. |
SerializedFieldTypeInt32
|
हस्ताक्षर किया हुआ 32-बिट टाइप. |
SerializedFieldTypeInt64
|
हस्ताक्षर किया हुआ 64-बिट टाइप. |
SerializedFieldTypeInt8
|
साइन किया गया 8-बिट टाइप. |
SerializedFieldTypeStructure
|
उपयोगकर्ता की ओर से तय किए गए स्ट्रक्चर का टाइप. |
SerializedFieldTypeUInt16
|
साइन न किया गया 16-बिट टाइप. |
SerializedFieldTypeUInt32
|
साइन न किया गया 32-बिट टाइप. |
SerializedFieldTypeUInt64
|
साइन न किया गया 64-बिट टाइप. |
SerializedFieldTypeUInt8
|
साइन नहीं किया गया 8-बिट टाइप. |
SerializedFieldTypeUTF8String
|
UTF-8 स्ट्रिंग टाइप. |
SerializedFieldTypeBits
SerializedFieldTypeBits
SerializedFieldType का बिटफ़ील्ड.
SerializedFieldTypeMasks
SerializedFieldTypeMasks
SerializedFieldType के बिट को ऐक्सेस करने के लिए मास्क.
टाइपडिफ़
Base64CharToValFunct
uint8_t(* Base64CharToValFunct)(uint8_t c)
Base64ValToCharFunct
char(* Base64ValToCharFunct)(uint8_t val)
MemoryAllocate
void *(* MemoryAllocate)(size_t size)
मेमोरी आवंटन/फ़्री फ़ंक्शन पॉइंटर.
MemoryFree
void(* MemoryFree)(void *ptr)
MemoryReallocate
void *(* MemoryReallocate)(void *ptr, size_t size)
वैरिएबल
sASN1ErrorFormatter
const ErrorFormatter sASN1ErrorFormatter = { nl::Weave::ASN1::FormatASN1Error, NULL }
sElementSize
const uint8_t sElementSize[] = { sizeof(bool), sizeof(uint8_t), sizeof(uint16_t), sizeof(uint32_t), sizeof(uint64_t), sizeof(int8_t), sizeof(int16_t), sizeof(int32_t), sizeof(int64_t), sizeof(float), sizeof(double), sizeof(char *), sizeof(SerializedByteString), sizeof(void *), sizeof(void *) }
sErrorFormatterList
const ErrorFormatter * sErrorFormatterList = &sWeaveErrorFormatter
गड़बड़ी को फ़ॉर्मैट करने वाले फ़ंक्शन की लिंक की गई सूची.
sErrorStr
char sErrorStr[WEAVE_CONFIG_ERROR_STR_SIZE]
फ़ॉर्मैट की गई गड़बड़ी की स्ट्रिंग को सेव करने के लिए स्टैटिक बफ़र.
sErrorStr
char sErrorStr[1024]
यह रूटीन, ऐसी ब्लैंक सी स्ट्रिंग दिखाता है जिसे कोई भी व्यक्ति आसानी से पढ़ सकता है. इस स्ट्रिंग में, खास प्रोफ़ाइल से जुड़े स्टेटस कोड के बारे में जानकारी होती है.
ब्यौरा | |||||
---|---|---|---|---|---|
पैरामीटर |
|
||||
लौटाए जाने वाले प्रॉडक्ट |
खत्म की गई सी स्ट्रिंग का पॉइंटर, जो खास प्रोफ़ाइल में दिए गए स्टेटस कोड के बारे में बताता है.
|
WEAVE_CONFIG_SHORT_ERROR_STR
sWeaveErrorFormatter
const ErrorFormatter sWeaveErrorFormatter = { nl::Weave::FormatWeaveError, &sASN1ErrorFormatter }
फ़ंक्शन
AdjustCalendarDate
void AdjustCalendarDate( uint16_t & year, uint8_t & month, uint8_t & dayOfMonth, int32_t relativeDays )
Base64CharToVal
uint8_t Base64CharToVal( uint8_t c )
Base64Decode
uint16_t Base64Decode( const char *in, uint16_t inLen, uint8_t *out, Base64CharToValFunct charToValFunct )
Base64Decode
uint16_t Base64Decode( const char *in, uint16_t inLen, uint8_t *out )
बेस64डीकोड32
uint32_t Base64Decode32( const char *in, uint32_t inLen, uint8_t *out, Base64CharToValFunct charToValFunct )
बेस64डीकोड32
uint32_t Base64Decode32( const char *in, uint32_t inLen, uint8_t *out )
Base64Encode
uint16_t Base64Encode( const uint8_t *in, uint16_t inLen, char *out, Base64ValToCharFunct valToCharFunct )
Base64Encode
uint16_t Base64Encode( const uint8_t *in, uint16_t inLen, char *out )
Base64एन्कोड32
uint32_t Base64Encode32( const uint8_t *in, uint32_t inLen, char *out, Base64ValToCharFunct valToCharFunct )
Base64एन्कोड32
uint32_t Base64Encode32( const uint8_t *in, uint32_t inLen, char *out )
Base64URLCharToVal
uint8_t Base64URLCharToVal( uint8_t c )
Base64URLडीकोड
uint16_t Base64URLDecode( const char *in, uint16_t inLen, uint8_t *out )
Base64URLएन्कोड
uint16_t Base64URLEncode( const uint8_t *in, uint16_t inLen, char *out )
Base64URLValToChar
char Base64URLValToChar( uint8_t val )
Base64ValToChar
char Base64ValToChar( uint8_t val )
CalendarDateToDaysSinceEpoch
bool CalendarDateToDaysSinceEpoch( uint16_t year, uint8_t month, uint8_t dayOfMonth, uint32_t & daysSinceEpoch )
CalendarDateToOrdinalDate
void CalendarDateToOrdinalDate( uint16_t year, uint8_t month, uint8_t dayOfMonth, uint16_t & dayOfYear )
CalendarTimeToSecondsSinceEpoch
bool CalendarTimeToSecondsSinceEpoch( uint16_t year, uint8_t month, uint8_t dayOfMonth, uint8_t hour, uint8_t minute, uint8_t second, uint32_t & secondsSinceEpoch )
ClearFlag
void ClearFlag( FlagsT & inFlags, const FlagT inFlag )
DateToManufacturingWeek
void DateToManufacturingWeek( uint16_t year, uint8_t month, uint8_t day, uint16_t & mfgYear, uint8_t & mfgWeek )
DaysInMonth
uint8_t DaysInMonth( uint16_t year, uint8_t month )
DaysSinceEpochToCalendarDate
void DaysSinceEpochToCalendarDate( uint32_t daysSinceEpoch, uint16_t & year, uint8_t & month, uint8_t & dayOfMonth )
DaysToMarch1
uint8_t DaysToMarch1( uint16_t year )
DeallocateDeserializedStructure
WEAVE_ERROR DeallocateDeserializedStructure( void *aStructureData, const SchemaFieldDescriptor *aFieldDescriptors, SerializationContext *aContext )
ErrorStr
NL_DLL_EXPORT const char * ErrorStr( int32_t err )
यह रूटीन, गड़बड़ी के बारे में ऐसी जानकारी देता है जिसे कोई भी व्यक्ति आसानी से पढ़ सकता है. इस स्ट्रिंग को खत्म कर दिया जाता है.
ब्यौरा | |||
---|---|---|---|
पैरामीटर |
|
||
लौटाए जाने वाले प्रॉडक्ट |
खत्म की गई सी स्ट्रिंग का पॉइंटर, जो दी गई गड़बड़ी के बारे में बताता है.
|
ExtractManufacturingDateFromSerialNumber
WEAVE_ERROR ExtractManufacturingDateFromSerialNumber( const char *serialNum, uint16_t & year, uint8_t & month, uint8_t & day )
FindNullifiedFieldsArray
WEAVE_ERROR FindNullifiedFieldsArray( void *aStructureData, const SchemaFieldDescriptor *aSchemaDescriptor, uint8_t *& aNullifiedFields )
C संरचना के आखिर में मौजूद, खाली फ़ील्ड वाले कलेक्शन की जगह ढूंढने के लिए हेल्पर फ़ंक्शन.
C संरचना का nullified_fields सदस्य, फ़ील्डDescriptor के कलेक्शन के बताए गए आखिरी सदस्य के ठीक बाद में मौजूद होना चाहिए. यह फ़ील्ड डिस्क्रिप्टर की सूची में शामिल नहीं है, क्योंकि इसका मकसद शून्य वाले इवेंट के क्रिएटर्स और उपभोक्ताओं के लिए, एक छिपी हुई यूटिलिटी है. शून्य वाले फ़ील्ड वाले इवेंट के लिए यह निर्देश सदस्य मौजूद नहीं है. हालांकि, सेटर और गैटर बनाने पर, ऐसी कोई सीमा से बाहर का ऐक्सेस नहीं होना चाहिए.
ब्यौरा | |||||||
---|---|---|---|---|---|---|---|
पैरामीटर |
|
||||||
रिटर्न वैल्यू |
|
FindStatusReportStr
const char * FindStatusReportStr( uint32_t inProfileId, uint16_t inStatusCode )
FirstWeekdayOfYear
uint8_t FirstWeekdayOfYear( uint16_t year )
FormatError
void FormatError( char *buf, uint16_t bufSize, const char *subsys, int32_t err, const char *desc )
जनरेट की गई गड़बड़ी के बारे में जानकारी देने वाली ऐसी ब्लैंक सी स्ट्रिंग जनरेट करता है जिसे कोई भी व्यक्ति आसानी से पढ़ सकता है.
ब्यौरा | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
पैरामीटर |
|
GetArrayElementSize
WEAVE_ERROR GetArrayElementSize( uint32_t & aOutSize, const FieldDescriptor *aFieldPtr, SerializedFieldType aType )
GetFlag
bool GetFlag( const FlagsT & inFlags, const FlagT inFlag )
आईएसबेस34नोआईओचार
bool IsBase34NoIOChar( char ch )
IsLeapYear
bool IsLeapYear( uint16_t year )
IsValidFieldType
bool IsValidFieldType( SerializedFieldType aType )
IsValidSerialNumber
bool IsValidSerialNumber( const char *serialNum )
LogEvent
nl::Weave::Profiles::DataManagement::event_id_t LogEvent( TEvent *aEvent )
LogEvent
nl::Weave::Profiles::DataManagement::event_id_t LogEvent( TEvent *aEvent, const nl::Weave::Profiles::DataManagement::EventOptions & aOptions )
ManufacturingWeekToDate
void ManufacturingWeekToDate( uint16_t mfgYear, uint8_t mfgWeek, uint16_t & year, uint8_t & month, uint8_t & day )
MarchBasedDayOfYearToMonth
uint8_t MarchBasedDayOfYearToMonth( uint16_t dayOfYear )
MarchBasedMonthToDayOfYear
uint16_t MarchBasedMonthToDayOfYear( uint8_t month )
NullifyAllEventFields
void NullifyAllEventFields( TEvent *aEvent )
OrdinalDateToCalendarDate
void OrdinalDateToCalendarDate( uint16_t year, uint16_t dayOfYear, uint8_t & month, uint8_t & dayOfMonth )
ReadDataForType
WEAVE_ERROR ReadDataForType( TLVReader & aReader, void *aStructureData, const FieldDescriptor *& aFieldPtr, SerializedFieldType aType, bool aInArray, SerializationContext *aContext )
स्ट्रक्चर के डेटा के आधार पर, TLV से किसी खास एंट्री को पढ़ने के लिए रीडर फ़ंक्शन.
ब्यौरा | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
पैरामीटर |
|
||||||||||||
रिटर्न वैल्यू |
|
ReadNullableDataForType
WEAVE_ERROR ReadNullableDataForType( TLVReader & aReader, void *aStructureData, const FieldDescriptor *& aFieldPtr, SerializedFieldType aType, bool & aIsNullified, SerializationContext *aContext )
एक रीडर फ़ंक्शन, जो टीएलवी से पढ़ने से पहले यह देखता है कि डेटा शून्य या शून्य हो गया है या नहीं.
ब्यौरा | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
पैरामीटर |
|
||||||||||||
रिटर्न वैल्यू |
|
RegisterErrorFormatter
NL_DLL_EXPORT void RegisterErrorFormatter( ErrorFormatter *errFormatter )
गड़बड़ी को फ़ॉर्मैट करने वाले टूल की ग्लोबल सूची में, गड़बड़ी को फ़ॉर्मैट करने वाला नया फ़ंक्शन जोड़ें.
ब्यौरा | |||
---|---|---|---|
पैरामीटर |
|
SecondsSinceEpochToCalendarTime
void SecondsSinceEpochToCalendarTime( uint32_t secondsSinceEpoch, uint16_t & year, uint8_t & month, uint8_t & dayOfMonth, uint8_t & hour, uint8_t & minute, uint8_t & second )
SerializedDataToTLVWriter
WEAVE_ERROR SerializedDataToTLVWriter( TLVWriter & aWriter, void *aStructureData, const SchemaFieldDescriptor *aFieldDescriptors )
किसी डेटा स्ट्रक्चर को टीएलवी स्ट्रक्चर में बदलने के लिए राइटर फ़ंक्शन.
यह डेटा स्ट्रक्चर को समझने और टीएलवी पर लिखने के लिए, SchemaFieldDescriptor का इस्तेमाल करता है.
ब्यौरा | |||||||
---|---|---|---|---|---|---|---|
पैरामीटर |
|
||||||
रिटर्न वैल्यू |
|
SerializedDataToTLVWriterHelper
WEAVE_ERROR SerializedDataToTLVWriterHelper( TLVWriter & aWriter, uint8_t aDataTag, void *aAppData )
रैपर राइटर फ़ंक्शन, जो SerializedDataToTLVWriter को कंटेनर से घिरा होता है.
साथ ही, यह StructureSchemaPointerPair को स्ट्रक्चर डेटा और डिस्क्रिप्टर में बांटता है.
ब्यौरा | |||||||
---|---|---|---|---|---|---|---|
पैरामीटर |
|
||||||
रिटर्न वैल्यू |
|
SetFlag
void SetFlag( FlagsT & inFlags, const FlagT inFlag )
SetFlag
void SetFlag( FlagsT & inFlags, const FlagT inFlag, const bool inValue )
StatusReportStr
const char * StatusReportStr( uint32_t profileId, uint16_t statusCode )
TLVReaderToDeserializedData
WEAVE_ERROR TLVReaderToDeserializedData( nl::Weave::TLV::TLVReader & aReader, void *aStructureData, const SchemaFieldDescriptor *aFieldDescriptors, SerializationContext *aContext )
एक रीडर फ़ंक्शन, जो टीएलवी को सी-स्ट्रक्चर में बदलने के लिए इस्तेमाल करता है.
डेटा स्ट्रक्चर को समझने के लिए, SchemaFieldDescriptor का इस्तेमाल करता है.
यह ज़रूरी है कि अनजान फ़ील्ड को शामिल किया जा सके और कोई अनुमानित फ़ील्ड न मिले.
ब्यौरा | |||||||||
---|---|---|---|---|---|---|---|---|---|
पैरामीटर |
|
||||||||
रिटर्न वैल्यू |
|
TLVReaderToDeserializedDataHelper
WEAVE_ERROR TLVReaderToDeserializedDataHelper( nl::Weave::TLV::TLVReader & aReader, uint8_t aDataTag, void *aAppData, SerializationContext *aContext )
एक हेल्पर फ़ंक्शन, जो एक टीएलवी डेटा एलिमेंट को डीसीरियलाइज़ करता है.
फ़ंक्शन, ReadDataForType को ज़्यादा जानकारी देने के लिए, StructureSchemaPointerPair को स्ट्रक्चर डेटा और डिस्क्रिप्टर में बांटता है.
ब्यौरा | |||||||||
---|---|---|---|---|---|---|---|---|---|
पैरामीटर |
|
||||||||
रिटर्न वैल्यू |
|
WriteArrayData
WEAVE_ERROR WriteArrayData( TLVWriter & aWriter, void *aStructureData, const FieldDescriptor *aFieldPtr )
राइटर फ़ंक्शन, जो अरे का स्ट्रक्चर लिखता है.
ब्यौरा | |||||||
---|---|---|---|---|---|---|---|
पैरामीटर |
|
||||||
रिटर्न वैल्यू |
|
WriteDataForType
WEAVE_ERROR WriteDataForType( TLVWriter & aWriter, void *aStructureData, const FieldDescriptor *& aFieldPtr, SerializedFieldType aType, bool aInArray )
राइटर फ़ंक्शन, स्ट्रक्चर के डेटा के आधार पर टीएलवी में कोई खास एंट्री लिखता है.
ब्यौरा | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
पैरामीटर |
|
||||||||||
रिटर्न वैल्यू |
|
WriteNullableDataForType
WEAVE_ERROR WriteNullableDataForType( TLVWriter & aWriter, void *aStructureData, const FieldDescriptor *& aFieldPtr, SerializedFieldType aType, bool aIsNullified )
टीएलवी को लिखने से पहले, यह जांच करने के लिए राइटर फ़ंक्शन इस्तेमाल किया जाता है कि डेटा शून्य या शून्य हो सकता है या नहीं.
ब्यौरा | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
पैरामीटर |
|
||||||||||
रिटर्न वैल्यू |
|
secondsToMilliseconds
uint32_t secondsToMilliseconds( uint32_t seconds )