Init()
Initializes the Steering Data and clears the bloom filter.
Clear()
Clears the bloom filter (all bits are cleared and no Joiner Id is accepted).. The Steering Data length (bloom filter length) is set to one byte with all bits cleared.
SetToPermitAllJoiners()
Sets the bloom filter to permit all Joiner IDs. To permit all Joiner IDs, The Steering Data length (bloom filter length) is set to one byte with all bits set.
GetLength() const
Returns the Steering Data length (in bytes).
GetData() const
Gets the Steering Data buffer (bloom filter).
GetData()
Gets the Steering Data buffer (bloom filter).
UpdateBloomFilter()
Updates the bloom filter adding the given Joiner ID.
UpdateBloomFilter()
Updates the bloom filter adding the given Joiner ID.
IsEmpty() const
Indicates whether the bloom filter is empty (all the bits are cleared).
PermitsAllJoiners() const
Indicates whether the bloom filter permits all Joiner IDs (all the bits are set).
Contains() const
Indicates whether the bloom filter contains a given Joiner ID.
Contains() const
Indicates whether the bloom filter contains a given Joiner ID.
Contains() const
Indicates whether the bloom filter contains a given Joiner ID.
CalculateHashBitIndexes()
Calculates the bloom filter hash bit indexes from a given Joiner ID. The first hash bit index is derived using CRC16-CCITT and second one using CRC16-ANSI.
CalculateHashBitIndexes()
Calculates the bloom filter hash bit indexes from a given Joiner ID. The first hash bit index is derived using CRC16-CCITT and second one using CRC16-ANSI.
GetNumBits() const
BitIndex() const
BitFlag() const
GetBit() const
SetBit()
ClearBit()
DoesAllMatch() const
UpdateBloomFilter()
Updates the bloom filter adding the given Joiner ID.