#include <bttypes.h>
class TPINCodeV10 |
Public Attributes | |
---|---|
TUint8 | iLength |
TUint8 | iPIN |
Public Member Functions | |
---|---|
IMPORT_C TBool | operator==(const TPINCodeV10 &) |
Bluetooth PIN Code structure.
IMPORT_C TBool | operator== | ( | const TPINCodeV10 & | aTPINCodeV10 | ) | const |
Comparison operator.
Compare the pincode length first, if equal, then compare each individual bits
Parameter | Description |
---|---|
aTPINCodeV10 | Object to compare to this. |
Returns: ETrue if aPINCodeV10 is the same as this, EFalse if not.