CQoSChannelEvent Class Reference

class CQoSChannelEvent : public CQoSEventBase

Class for EQoSEventChannel event whereby a QoS channel is opened

Inherits from

Constructor & Destructor Documentation

CQoSChannelEvent(CQoSParameters *, TInt)

IMPORT_CCQoSChannelEvent(CQoSParameters *aParameters,
TIntaReason
)

Constructor. Sets the QoS parameters and reason code.

Constructor.

Sets the QoS parameters and reason code.

The class takes a reference to the CQoSParameters argument so the caller must keep that argument in scope whilst this class is being used.

capability
NetworkServices Restrict QoS operations in similar way as normal socket operations.

Parameters

CQoSParameters * aParametersQoS parameters.
TInt aReasonReason code specifies the success or failure of the request.

Member Functions Documentation

Parameters()

IMPORT_C CQoSParameters *Parameters()const

Returns the QoS parameters.

Gets the QoS parameters.

capability
NetworkServices Restrict QoS operations in similar way as normal socket operations.

Reason()

IMPORT_C TIntReason()const

Returns the reason code. Reason code specifies the success or failure of the request.

Gets the reason code.

Reason code specifies the success or failure of the request.

capability
NetworkServices Restrict QoS operations in similar way as normal socket operations.

Member Data Documentation

CQoSParameters * iParameters

CQoSParameters *iParameters[private]

The address of the CQoSParameters parameter supplied during construction.

TInt iReason

TInt iReason[private]

The reason code that specifies the success or failure of the request.