TPINCodeV10 Class Reference

#include <bttypes.h>

Link against: bluetooth.lib

class TPINCodeV10
Public Attributes
TUint8 iLength
TUint8 iPIN
Public Member Functions
IMPORT_C TBooloperator==(const TPINCodeV10 &)

Detailed Description

Bluetooth PIN Code structure.

Member Attribute Documentation

iLength

TUint8 iLength

The length of the pin key

iPIN

TUint8 iPIN

The pin code

Member Function Documentation

operator== ( const TPINCodeV10 & )

IMPORT_C TBooloperator==(const TPINCodeV10 &aTPINCodeV10)const

Comparison operator.

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

ParameterDescription
aTPINCodeV10Object to compare to this.

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