THCIConnectionHandle Class Reference

class THCIConnectionHandle

Connection handle class for use in the HCI API.

Although THCIConnHandle is a valid type to use for representing a connection handle, as there are commands that require an array of the type to be provided, 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 connection handle.

THCIConnHandle .

Constructor & Destructor Documentation

THCIConnectionHandle()

IMPORT_C THCIConnectionHandle ( )

THCIConnectionHandle(THCIConnHandle)

IMPORT_C THCIConnectionHandle ( THCIConnHandle aConnHandle )

Parameters

THCIConnHandle aConnHandle

Member Functions Documentation

ConnHandle()

IMPORT_C THCIConnHandle ConnHandle ( ) const

operator THCIConnHandle()

IMPORT_C operator THCIConnHandle ( ) const

operator=(THCIConnHandle)

IMPORT_C THCIConnectionHandle & operator= ( THCIConnHandle aConnHandle )

Parameters

THCIConnHandle aConnHandle

Member Data Documentation

THCIConnHandle iConnHandle

THCIConnHandle iConnHandle [private]

TUint16 iPad

TUint16 iPad [private]