Location:
btsdp.h
Link against: bluetooth.lib
CSdpAttrValueInt
Supported from 6.1
A signed integer value of an attribute.
The value can be up to 128 bits in size.
|
Defined in CSdpAttrValueInt
:
DataSize()
, Des()
, DoesIntFit()
, Int()
, NewIntL()
, Type()
, ~CSdpAttrValueInt()
Inherited from CBase
:
operator new()
Inherited from CSdpAttrValue
:
AcceptVisitorL()
,
Bool()
,
UUID()
,
Uint()
static CSdpAttrValueInt* NewIntL(const TDesC8& aInt);
Allocates and constructs a new CSdpAttrValueInt
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.
|
virtual TInt Int() const;
Gets the value as a signed integer type.
|