enumerazione QOS_EVENT (tapi3if.h)
L'enumerazione QOS_EVENT descrive gli eventi QOS (Quality of Service). Il metodo ITQOSEvent::get_Event restituisce un membro di questa enumerazione per indicare il tipo di evento QOS che si è verificato.
Sintassi
typedef enum QOS_EVENT {
QE_NOQOS = 1,
QE_ADMISSIONFAILURE = 2,
QE_POLICYFAILURE = 3,
QE_GENERICERROR = 4,
QE_LASTITEM
} ;
Costanti
QE_NOQOS Valore: 1 QOS non è disponibile. |
QE_ADMISSIONFAILURE Valore: 2 Impossibile soddisfare la richiesta QOS. |
QE_POLICYFAILURE Valore: 3 Il tipo di QOS richiesto non è supportato. |
QE_GENERICERROR Valore: 4 Errore QOS non specificato. |
QE_LASTITEM |
Requisiti
Requisito | Valore |
---|---|
Intestazione | tapi3if.h |