Location:
btsdp.h
Link against: bluetooth.lib
TAttrRange
Supported from 6.1
A range of attribute ID values.
This class is used in an attribute list, CSdpAttrIdMatchList
, so that all attributes with IDs in the specified range are considered.
Defined in TAttrRange
:
IsContiguousWith()
, IsInRange()
, TAttrRange()
, iEnd
, iStart
TAttrRange(TSdpAttributeID aAttrId)
Constructor with single ID.
|
TAttrRange(TSdpAttributeID aStart, TSdpAttributeID aEnd)
Constructor with start and end IDs.
|
TBool IsContiguousWith(TSdpAttributeID aAttrId) const;
Tests if the specified ID is either within the range, is one less than the lower bound, or one more than the upper bound.
|
|
TBool IsContiguousWith(TAttrRange aRange) const;
Tests if the specified range is contiguous with the range.
|
|
TBool IsInRange(TSdpAttributeID aAttrId) const;
Tests if the specified ID is either within the range.
|
|
TSdpAttributeID iEnd;
ID of the end of the range