class THCINumOfCompletedPackets |
Class for reporting the number of completed packets by either the host or the controller over the HCI API.
Although a simple TUint16 would be sufficient, as there are commands that require an array of the type to be provided as RArray instances are used as the API. The type contents RArrays use must be at a minimum 4 bytes in size. This class provides a 4 byte encapsulation of a 2 byte value representing the {Host,HC}NumOfCompletedPackets.
Public Member Functions | |
---|---|
THCINumOfCompletedPackets() | |
THCINumOfCompletedPackets(TUint16) | |
IMPORT_C TUint16 | NumOfCompletedPackets() |
IMPORT_C | operator TUint16() |
IMPORT_C THCINumOfCompletedPackets & | operator=(TUint16) |
Private Attributes | |
---|---|
TUint16 | iNumOfCompletedPackets |
TUint16 | iPad |
IMPORT_C | THCINumOfCompletedPackets | ( | TUint16 | aNumOfCompletedPackets | ) |
TUint16 aNumOfCompletedPackets |
IMPORT_C THCINumOfCompletedPackets & | operator= | ( | TUint16 | aNumOfCompletedPackets | ) |
TUint16 aNumOfCompletedPackets |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.