Clear()
Clears the set.
IsEmpty() const
Indicates if the set is empty or not.
AddProperty()
Adds a property to the set. The property added must be in the list of supported properties capable of sending unsolicited update, otherwise the input is ignored. Note that if the property is already in the set, adding it again does not change the set.
AddLastStatus()
Adds a `LAST_STATUS` update to the set. The update must be in list of supported entries.
GetSupportedEntries() const
Returns a pointer to array of entries of supported property/status updates. The list includes all properties that can generate unsolicited update.
GetEntry() const
Returns a pointer to the entry associated with a given index.
IsEntryChanged() const
Indicates if the entry associated with an index is in the set (i.e., it has been changed and requires an unsolicited update).
RemoveEntry()
Removes an entry associated with an index in the set. Note that if the property/entry is not in the set, removing it simply does nothing.
EnablePropertyFilter()
Enables/disables filtering of a given property.
IsEntryFiltered() const
Determines whether filtering is enabled for an entry associated with an index.
IsPropertyFiltered() const
Determines whether filtering is enabled for a given property key.
ClearFilter()
Clears the filter.
GetNumEntries() const
Add()
SetBit()
ClearBit()
IsBitSet()