TAvdtpSEPInfo Class Reference

class TAvdtpSEPInfo
Public Member Functions
TAvdtpSEPInfo ()
IMPORT_C TBool InUse ()
IMPORT_C TBool IsSink ()
IMPORT_C SymbianBluetoothAV::TBluetoothMediaType MediaType ()
IMPORT_C TSEID SEID ()
IMPORT_C void SetInUse ( TBool )
IMPORT_C void SetIsSink ( TBool )
IMPORT_C void SetMediaType ( SymbianBluetoothAV::TBluetoothMediaType )
IMPORT_C void SetSEID ( TSEID )
Private Attributes
TBool iInUse
TBool iIsSink
SymbianBluetoothAV::TBluetoothMediaType iMediaType
TSEID iSEID

Constructor & Destructor Documentation

TAvdtpSEPInfo()

IMPORT_C TAvdtpSEPInfo ( )

Constructor of object returned during Discover phase AVDTP specification, AVDTP_DiscoverRsp

Member Functions Documentation

InUse()

IMPORT_C TBool InUse ( ) const

Getter for whether the Stream End Point (SEP) is in use

IsSink()

IMPORT_C TBool IsSink ( ) const

Getter for whether the SEP is sink or source

MediaType()

IMPORT_C SymbianBluetoothAV::TBluetoothMediaType MediaType ( ) const

Getter for the SEP mediatype

SEID()

IMPORT_C TSEID SEID ( ) const

Getter for the SEID

SetInUse(TBool)

IMPORT_C void SetInUse ( TBool aIsInUse )

Setter for the SEP's inUse flag

Parameters

TBool aIsInUse ETrue if in use

SetIsSink(TBool)

IMPORT_C void SetIsSink ( TBool aIsSink )

Setter for whether the SEP is source or sink

Parameters

TBool aIsSink ETrue if SEP is a sink, else ETrue;

SetMediaType(SymbianBluetoothAV::TBluetoothMediaType)

IMPORT_C void SetMediaType ( SymbianBluetoothAV::TBluetoothMediaType aMediaType )

Setter for the SEP mediatype

Parameters

SymbianBluetoothAV::TBluetoothMediaType aMediaType Mediatype of SEP

SetSEID(TSEID)

IMPORT_C void SetSEID ( TSEID aSEID )

Setter for the SEID of the Stream End Point (SEP)

Parameters

TSEID aSEID the SEID to set

Member Data Documentation

TBool iInUse

TBool iInUse [private]

TBool iIsSink

TBool iIsSink [private]

SymbianBluetoothAV::TBluetoothMediaType iMediaType

SymbianBluetoothAV::TBluetoothMediaType iMediaType [private]

TSEID iSEID

TSEID iSEID [private]