TBTCommPortSettings Class Reference

#include <btdefcommport.h>

class TBTCommPortSettings
Public Member Functions
TBTCommPortSettings(const TDesC &, TUUID, TUint32, TUint8, TBTDevAddr)
TBTCommPortSettings()
IMPORT_C TBTDevAddrBDAddr()
IMPORT_C TBoolIsAuthenticationOnlySet()
IMPORT_C TBoolIsEncryptionSet()
IMPORT_C TBoolIsSecuritySet()
IMPORT_C const TDesC &Name()
IMPORT_C TUint32Port()
IMPORT_C TUint8SecurityLevel()
IMPORT_C voidSetAuthentication()
IMPORT_C voidSetAuthenticationAndEncryption()
IMPORT_C voidSetBTAddr(TBTDevAddr)
IMPORT_C voidSetName(const TDesC &)
IMPORT_C voidSetNoSecurity()
IMPORT_C voidSetPort(TUint32)
IMPORT_C voidSetSecurityLevel(TUint8)
IMPORT_C voidSetUUID(TUUID)
IMPORT_C TUUIDUUID()

Detailed Description

Used to configure a virtual serial port. The very least that is needed to configure a virtual serial port is the Bluetooth device address of the remote, and the SDP UUID to use on that device.

This info can then be saved by the registry and retrieved when needed.

Constructor & Destructor Documentation

TBTCommPortSettings ( const TDesC &, TUUID, TUint32, TUint8, TBTDevAddr )

IMPORT_CTBTCommPortSettings(const TDesC &aName,
TUUIDaUUID,
TUint32aBTCommPort,
TUint8aSecurityLevel,
TBTDevAddraBDAddr
)

TBTCommPortSettings ( )

IMPORT_CTBTCommPortSettings()

Member Function Documentation

BDAddr ( )

IMPORT_C TBTDevAddrBDAddr()const

IsAuthenticationOnlySet ( )

IMPORT_C TBoolIsAuthenticationOnlySet()const

IsEncryptionSet ( )

IMPORT_C TBoolIsEncryptionSet()const

IsSecuritySet ( )

IMPORT_C TBoolIsSecuritySet()const

Name ( )

IMPORT_C const TDesC &Name()const

Port ( )

IMPORT_C TUint32Port()const

SecurityLevel ( )

IMPORT_C TUint8SecurityLevel()const

SetAuthentication ( )

IMPORT_C voidSetAuthentication()

SetAuthenticationAndEncryption ( )

IMPORT_C voidSetAuthenticationAndEncryption()

SetBTAddr ( TBTDevAddr )

IMPORT_C voidSetBTAddr(TBTDevAddraBDAddr)

SetName ( const TDesC & )

IMPORT_C voidSetName(const TDesC &aName)

SetNoSecurity ( )

IMPORT_C voidSetNoSecurity()

SetPort ( TUint32 )

IMPORT_C voidSetPort(TUint32aBTCommPort)

SetSecurityLevel ( TUint8 )

IMPORT_C voidSetSecurityLevel(TUint8aLevel)

SetUUID ( TUUID )

IMPORT_C voidSetUUID(TUUIDaUUID)

UUID ( )

IMPORT_C TUUIDUUID()const