TBTPasskeyDisplayParams Class Reference

class TBTPasskeyDisplayParams : public TBTNotifierParams2

Secure simple pairing "Passkey Entry" display parameters. This class packages the parameters passed to a passkey display notifier.

Inherits from

Constructor & Destructor Documentation

TBTPasskeyDisplayParams(const TBTDevAddr &, const TDesC &, TUint32, TBool)

IMPORT_C TBTPasskeyDisplayParams ( const TBTDevAddr & aDevAddr,
const TDesC & aDeviceName,
TUint32 aNumericalValue,
TBool aLocallyInitiated
)

Parameters

const TBTDevAddr & aDevAddr
const TDesC & aDeviceName
TUint32 aNumericalValue
TBool aLocallyInitiated

TBTPasskeyDisplayParams()

IMPORT_C TBTPasskeyDisplayParams ( )

Default constructor. Required to allow the class to be packaged with the TPckg family of classes.

Member Functions Documentation

LocallyInitiated()

IMPORT_C TBool LocallyInitiated ( ) const

Accessor for indicating whether the passkey entry process was initiated by a local request, or whether it was trigger by the remote device.

NumericalValue()

IMPORT_C TUint32 NumericalValue ( ) const

Accessor for the 6 digit decimal numeric value to be used for passkey entry.

Member Data Documentation

TBool iLocallyInitiated

TBool iLocallyInitiated [private]

TUint32 iNumericalValue

TUint32 iNumericalValue [private]

TUint32 iPadding1

TUint32 iPadding1 [private]

TUint32 iPadding2

TUint32 iPadding2 [private]