|
||
class TPINCodeV10;
Bluetooth PIN Code structure.
Defined in TPINCodeV10
:
iLength
The length of the pin key iPIN
The pin code operator==(const TPINCodeV10 &)const
Comparison operator.IMPORT_C TBool operator==(const TPINCodeV10 &aTPINCodeV10) const;
Comparison operator.
Compare the pincode length first, if equal, then compare each individual bits
|
|
TUint8 iPIN[KHCIPINCodeSize];
The pin code