CQoSAddEvent Class Reference

class CQoSAddEvent : public CQoSEventBase

Class for EQoSEventAddPolicy event whereby a QoS policy was added to QoS policy database

Inherits from

Constructor & Destructor Documentation

CQoSAddEvent(CQoSParameters *, TInt)

IMPORT_C CQoSAddEvent ( CQoSParameters * aParameters,
TInt aReason
)

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 * aParameters QoS parameters.
TInt aReason Reason 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 TInt Reason ( ) 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.