CConnMonBearerAvailabilityChange Class Reference

class CConnMonBearerAvailabilityChange : public CConnMonEventBase

This event is triggered when the availability of some bearer changes. The connection ID passed in the event is a bearer specific connection ID (see TConnMonBearerId). The client must set KBearerAvailabilityThreshold to 1 to receive these events. Using this event for detecting changes in WLAN availability requires WLAN background scanning to be enabled.

CONNMON.LIB

Inherits from

Constructor & Destructor Documentation

CConnMonBearerAvailabilityChange(const TUint, const TBool)

CConnMonBearerAvailabilityChange(const TUintaConnectionId,
const TBoolaAvailability
)

Constructor.

Parameters

const TUint aConnectionIdConnection ID.
const TBool aAvailabilityAvailability of the bearer.

~CConnMonBearerAvailabilityChange()

~CConnMonBearerAvailabilityChange()

Destructor.

Member Functions Documentation

Availability()

IMPORT_C TBoolAvailability()const

Gets the availability of the bearer.

Member Data Documentation

TBool iAvailability

TBool iAvailability[private]