Location:
btsdp.h
Link against: bluetooth.lib
CSdpAttrValueUint
Supported from 6.1
A unsigned integer value of an attribute.
The value can be up to 128 bits in size.
|
Defined in CSdpAttrValueUint
:
DataSize()
, Des()
, DoesIntFit()
, NewUintL()
, Type()
, Uint()
, ~CSdpAttrValueUint()
Inherited from CBase
:
operator new()
Inherited from CSdpAttrValue
:
AcceptVisitorL()
,
Bool()
,
Int()
,
UUID()
static CSdpAttrValueUint* NewUintL(const TDesC8& aUint);
Allocates and constructs a new CSdpAttrValueUint
object.
|
|
virtual TUint DataSize() const;
Gets the size of the attribute.
|
virtual TBool DoesIntFit() const;
Tests if the attribute can be stored in an integer value.
|
virtual TSdpElementType Type() const;
Gets the attribute type.
|
virtual const TPtrC8 Des() const;
Gets the value as a data buffer.
|
TUint Uint() const;
Gets the value as an unsigned integer type.
|