OpenNETCF Smart Device Framework 2.2
Enumeration returned in the NetworkTypeInUse property. Indicates the general type of radio network in use.

Namespace:  OpenNETCF.Net.NetworkInformation
Assembly:  OpenNETCF.Net (in OpenNETCF.Net)
Version: 2.2.0.0

Syntax

C#
public enum NetworkType
Visual Basic (Declaration)
Public Enumeration NetworkType
Visual Basic (Usage)
Dim instance As NetworkType
Visual C++
public enum class NetworkType
J#
public enum NetworkType
JScript
public enum NetworkType

Members

Member nameDescription
FH
Indicates the physical layer of the frequency hopping spread-spectrum radio
DS
Indicates the physical layer of the direct sequencing spread-spectrum radio
OFDM5
Indicates the physical layer for 5-GHz Orthagonal Frequency Division Multiplexing radios
OFDM24
Indicates the physical layer for 24-GHz Orthagonal Frequency Division Multiplexing radios

See Also