Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <bttypes.h>
Link against: bluetooth.lib

Class TPINCodeV10

class TPINCodeV10;

Description

Bluetooth PIN Code structure.

Members

Defined in TPINCodeV10:


Member functions


operator==(const TPINCodeV10 &)const

IMPORT_C TBool operator==(const TPINCodeV10 &aTPINCodeV10) const;

Description

Comparison operator.

Compare the pincode length first, if equal, then compare each individual bits

Parameters

const TPINCodeV10 &aTPINCodeV10

Object to compare to this.

Return value

TBool

ETrue if aPINCodeV10 is the same as this, EFalse if not.

[Top]


Member data


iLength

TUint8 iLength;

Description

The length of the pin key


iPIN

TUint8 iPIN[KHCIPINCodeSize];

Description

The pin code