TAvdtpRecoveryCapabilities Class Reference

class TAvdtpRecoveryCapabilities : public TAvdtpServiceCapability

Represents the Recovery Capability of AVDTP.

Inherits from

Constructor & Destructor Documentation

TAvdtpRecoveryCapabilities()

IMPORT_CTAvdtpRecoveryCapabilities()

Member Functions Documentation

AsProtocol(RBuf8 &)

IMPORT_C TIntAsProtocol(RBuf8 &aBuffer)const [inline, virtual]

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

Parameters

RBuf8 & aBuffer

MaxWindowSize()

IMPORT_C TAvdtpRecoveryWindowSizeMaxWindowSize()const

MinWindowSize()

IMPORT_C TAvdtpRecoveryWindowSizeMinWindowSize()const

Parse(const TDesC8 &)

voidParse(const TDesC8 &aPtr)[virtual]

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

Parameters

const TDesC8 & aPtr

RecoveryType()

IMPORT_C SymbianBluetoothAV::TAvdtpRecoveryTypeRecoveryType()const

SetMaxWindowSize(TAvdtpRecoveryWindowSize)

IMPORT_C voidSetMaxWindowSize(TAvdtpRecoveryWindowSizeaSize)

Parameters

TAvdtpRecoveryWindowSize aSize

SetMinWindowSize(TAvdtpRecoveryWindowSize)

IMPORT_C voidSetMinWindowSize(TAvdtpRecoveryWindowSizeaSize)

Parameters

TAvdtpRecoveryWindowSize aSize

SetRecoveryType(SymbianBluetoothAV::TAvdtpRecoveryType)

IMPORT_C voidSetRecoveryType(SymbianBluetoothAV::TAvdtpRecoveryTypeaType)

Member Data Documentation

TAvdtpRecoveryWindowSize iMaximumRecoveryWindowSize

TAvdtpRecoveryWindowSize iMaximumRecoveryWindowSize[private]

TAvdtpRecoveryWindowSize iMinimumRecoveryWindowSize

TAvdtpRecoveryWindowSize iMinimumRecoveryWindowSize[private]

SymbianBluetoothAV::TAvdtpRecoveryType iRecoveryType

SymbianBluetoothAV::TAvdtpRecoveryType iRecoveryType[private]