|   | |
Location:
btsdp.h
Link against: bluetooth.lib
CSdpAttrValueBoolean
Supported from 6.1
A Boolean value of an attribute.
| 
 | 
Defined in CSdpAttrValueBoolean:
Bool(), DataSize(), NewBoolL(), Type(), ~CSdpAttrValueBoolean()
Inherited from CBase:
operator new()
Inherited from CSdpAttrValue:
AcceptVisitorL(),
Des(),
DoesIntFit(),
Int(),
UUID(),
Uint()
static CSdpAttrValueBoolean* NewBoolL(TBool aBool);
Allocates and constructs a new CSdpAttrValueBoolean object.
| 
 | 
| 
 | 
virtual TUint DataSize() const;
Gets the size of the attribute.
| 
 | 
virtual TSdpElementType Type() const;
Gets the attribute type.
| 
 | 
virtual TBool Bool() const;
Gets the attribute value.
| 
 |