enumerazione MBN_BAND_CLASS (mbnapi.h)
Importante
A partire da Windows 10 versione 1803, le API Win32 descritte in questa sezione vengono sostituite dalle API Windows Runtime nello spazio dei nomi Windows.Networking.Connectivity.
Il tipo enumerato MBN_BAND_CLASS definisce le classi della banda di frequenza.
Sintassi
typedef enum MBN_BAND_CLASS {
MBN_BAND_CLASS_NONE = 0,
MBN_BAND_CLASS_0 = 0x1,
MBN_BAND_CLASS_I = 0x2,
MBN_BAND_CLASS_II = 0x4,
MBN_BAND_CLASS_III = 0x8,
MBN_BAND_CLASS_IV = 0x10,
MBN_BAND_CLASS_V = 0x20,
MBN_BAND_CLASS_VI = 0x40,
MBN_BAND_CLASS_VII = 0x80,
MBN_BAND_CLASS_VIII = 0x100,
MBN_BAND_CLASS_IX = 0x200,
MBN_BAND_CLASS_X = 0x400,
MBN_BAND_CLASS_XI = 0x800,
MBN_BAND_CLASS_XII = 0x1000,
MBN_BAND_CLASS_XIII = 0x2000,
MBN_BAND_CLASS_XIV = 0x4000,
MBN_BAND_CLASS_XV = 0x8000,
MBN_BAND_CLASS_XVI = 0x10000,
MBN_BAND_CLASS_XVII = 0x20000,
MBN_BAND_CLASS_CUSTOM = 0x80000000
} ;
Costanti
MBN_BAND_CLASS_NONE Valore: 0 Classe band sconosciuta. |
MBN_BAND_CLASS_0 Valore: 0x1 Classe banda 0. |
MBN_BAND_CLASS_I Valore: 0x2 Classe banda 1. |
MBN_BAND_CLASS_II Valore: 0x4 Classe banda 2. |
MBN_BAND_CLASS_III Valore: 0x8 Classe banda 3. |
MBN_BAND_CLASS_IV Valore: 0x10 Classe banda 4. |
MBN_BAND_CLASS_V Valore: 0x20 Classe banda 5. |
MBN_BAND_CLASS_VI Valore: 0x40 Classe banda 6. |
MBN_BAND_CLASS_VII Valore: 0x80 Classe banda 7. |
MBN_BAND_CLASS_VIII Valore: 0x100 Classe banda 8. |
MBN_BAND_CLASS_IX Valore: 0x200 Classe banda 9. |
MBN_BAND_CLASS_X Valore: 0x400 Classe banda 10. |
MBN_BAND_CLASS_XI Valore: 0x800 Classe banda 11. |
MBN_BAND_CLASS_XII Valore: 0x1000 Classe banda 12. |
MBN_BAND_CLASS_XIII Valore: 0x2000 Classe banda 13. |
MBN_BAND_CLASS_XIV Valore: 0x4000 Classe banda 14. |
MBN_BAND_CLASS_XV Valore: 0x8000 Classe banda 15. |
MBN_BAND_CLASS_XVI Valore: 0x10000 Classe banda 16. |
MBN_BAND_CLASS_XVII Valore: 0x20000 Classe banda 17. |
MBN_BAND_CLASS_CUSTOM Valore: 0x80000000 Classe banda personalizzata. |
Commenti
Questi valori vengono utilizzati dai membri gsmBandClass e cdmaBandClass della struttura MBN_INTERFACE_CAPS . I significati dipendono dal membro che li usa e sono descritti in dettaglio nella documentazione della struttura
Requisiti
Client minimo supportato | Windows 7 [app desktop | App UWP] |
Server minimo supportato | Nessuno supportato |
Intestazione | mbnapi.h |