Location:
btsdp.h
Link against: bluetooth.lib
CSdpAttrValueNil
Supported from 6.1
A Nil data attribute.
|
Defined in CSdpAttrValueNil
:
DataSize()
, NewNilL()
, Type()
, ~CSdpAttrValueNil()
Inherited from CBase
:
operator new()
Inherited from CSdpAttrValue
:
AcceptVisitorL()
,
Bool()
,
Des()
,
DoesIntFit()
,
Int()
,
UUID()
,
Uint()
static CSdpAttrValueNil* NewNilL();
Allocates and constructs a new CSdpAttrValueNil
object.
|
virtual TUint DataSize() const;
Gets the size of the attribute (always 0).
|
virtual TSdpElementType Type() const;
Gets the type of the attribute (always ETypeNil
).
|