Click or drag to resize
NetworkType Enumeration
Network type enumeration.

Namespace:  Microsoft.Bing.Speech
Assembly:  Microsoft.Bing.Speech (in Microsoft.Bing.Speech.dll) Version: 2.0.1.0 (2.0.1)
Syntax
public enum NetworkType
Members
  Member nameValueDescription
Unknown0 Unknown network type.
Wifi1 Wi-Fi.
Ethernet2 Ethernet.
CellGPRS3 GPRS.
CellEdge4 Edge.
CellWCDMA5 WCDMA.
CellHSDPA6 HSDPA.
CellHSUPA7 HSUPA.
Cell1xRTT8 1xRTT.
CellEVDO09 EvdO0.
CellEVDOA10 EVDOA
CellEVDOB11 EVDOB.
CellEHRPD12 EHRPD.
CellLTE13 LTE.
Remarks
Identifies the end-user network type.
See Also