CQoSConfirmEvent Class Reference

class CQoSConfirmEvent : public CQoSEventBase

Class for EQoSEventConfirm event whereby a QoS request was successful

Inherits from

Constructor & Destructor Documentation

CQoSConfirmEvent(CQoSParameters &)

IMPORT_C CQoSConfirmEvent ( CQoSParameters & aParameters )

Constructor. Sets the QoS parameters.

Constructor; sets the QoS parameters.

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.

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.

Member Data Documentation

CQoSParameters * iParameters

CQoSParameters * iParameters [private]

The address of the CQoSParameters parameter supplied during construction.