TAvdtpContentProtectionCapabilities Class Reference

class TAvdtpContentProtectionCapabilities : public TAvdtpServiceCapability

Represents the Content Protection Capability of AVDTP. So this capability at present doesn't parse to anything interesting, it just has a setter for CP type and trailing data

Inherits from

Constructor & Destructor Documentation

TAvdtpContentProtectionCapabilities()

IMPORT_CTAvdtpContentProtectionCapabilities()

Member Functions Documentation

AsProtocol(RBuf8 &)

IMPORT_C TIntAsProtocol(RBuf8 &aBuffer)const [virtual]

AsProtocol() is for Symbian use only This method is not to be used otherwise.

Parameters

RBuf8 & aBuffer

ContentProtectionData()

IMPORT_C const TDesC8 &ContentProtectionData()const

ContentProtectionType()

IMPORT_C TUint16ContentProtectionType()const

Parse(const TDesC8 &)

IMPORT_C voidParse(const TDesC8 &aPtr)[virtual]

Parse() is for Symbian use only This method is not to be used otherwise.

Parameters

const TDesC8 & aPtr

SetContentProtectionData(const TDesC8 &)

IMPORT_C voidSetContentProtectionData(const TDesC8 &aData)

Parameters

const TDesC8 & aData

SetContentProtectionType(TUint16)

IMPORT_C voidSetContentProtectionType(TUint16aCPType)

Parameters

TUint16 aCPType

Member Data Documentation

const TInt KMinContentProtectionLOSC

const TIntKMinContentProtectionLOSC[private]

TBuf8< KMaxAvdtpSecurityControlInfo > iCPData

TBuf8< KMaxAvdtpSecurityControlInfo >iCPData[private]

TUint16 iCPType

TUint16 iCPType[private]