OpenNETCF Smart Device Framework 2.2
Define the general network infrastructure mode in
which the selected network is presently operating.
Namespace:
OpenNETCF.Net.NetworkInformationAssembly: OpenNETCF.Net (in OpenNETCF.Net)
Version: 2.2.0.0
Syntax
| C# |
|---|
public enum InfrastructureMode |
| Visual Basic (Declaration) |
|---|
Public Enumeration InfrastructureMode |
| Visual Basic (Usage) |
|---|
Dim instance As InfrastructureMode |
| Visual C++ |
|---|
public enum class InfrastructureMode |
| J# |
|---|
public enum InfrastructureMode |
| JScript |
|---|
public enum InfrastructureMode |
Members
| Member name | Description | |
|---|---|---|
| AdHoc |
Specifies the independent basic service set (IBSS) mode. This mode is also known as ad hoc mode
| |
| Infrastructure |
Specifies the infrastructure mode.
| |
| AutoUnknown |
The infrastructure mode is either set to automatic or cannot be determined.
|