TPanConnectionList Class Reference

#include <btextnotifiers.h>

Link against: btextnotifiers.lib

class TPanConnectionList

Detailed Description

A list of TPanConnection instances This is not intended for external use by application developers.

See also: TPanConnection

Constructor & Destructor Documentation

TPanConnectionList ( )

IMPORT_CTPanConnectionList()

Member Function Documentation

AddRemoteConnectionL ( const TPanConnection & )

IMPORT_C voidAddRemoteConnectionL(const TPanConnection &aRemoteConnection)
Add a new PAN connection to the list
Note:

This always appends the new connection to the end of the list

leave
KErrNone if successful; KErrOverflow if there is no space left in the array

CurrentLocalRole ( )

IMPORT_C const TUUID &CurrentLocalRole()const

GetFirstRemoteConnection ( )

IMPORT_C const TPanConnection *GetFirstRemoteConnection()

GetNextRemoteConnection ( )

IMPORT_C const TPanConnection *GetNextRemoteConnection()
Get the next device address from the list
Note:

This method is stateful, and advances automatically to the next device address each time

MaxNumberOfRemoteConnections ( )

IMPORT_C TUint8MaxNumberOfRemoteConnections()

RequestedConnectionAddr ( )

IMPORT_C const TBTDevAddr *RequestedConnectionAddr()

SetCurrentLocalRole ( const TUUID & )

IMPORT_C voidSetCurrentLocalRole(const TUUID &aLocalRole)

SetRequestedConnectionAddr ( const TBTDevAddr & )

IMPORT_C voidSetRequestedConnectionAddr(const TBTDevAddr &aRequestedConnectionAddr)