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_C TAvdtpContentProtectionCapabilities ( )

Member Functions Documentation

AsProtocol(RBuf8 &)

IMPORT_C TInt AsProtocol ( 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 TUint16 ContentProtectionType ( ) const

Parse(const TDesC8 &)

IMPORT_C void Parse ( 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 void SetContentProtectionData ( const TDesC8 & aData )

Parameters

const TDesC8 & aData

SetContentProtectionType(TUint16)

IMPORT_C void SetContentProtectionType ( TUint16 aCPType )

Parameters

TUint16 aCPType

Member Data Documentation

const TInt KMinContentProtectionLOSC

const TInt KMinContentProtectionLOSC [private]

TBuf8< KMaxAvdtpSecurityControlInfo > iCPData

TBuf8 < KMaxAvdtpSecurityControlInfo > iCPData [private]

TUint16 iCPType

TUint16 iCPType [private]