OpenNETCF Smart Device Framework 2.2
Control flags for Windows Zero Config
Namespace:
OpenNETCF.Net.NetworkInformationAssembly: OpenNETCF.Net (in OpenNETCF.Net)
Version: 2.2.0.0
Syntax
| C# |
|---|
[FlagsAttribute] public enum WZCControl |
| Visual Basic (Declaration) |
|---|
<FlagsAttribute> _ Public Enumeration WZCControl |
| Visual Basic (Usage) |
|---|
Dim instance As WZCControl |
| Visual C++ |
|---|
[FlagsAttribute] public enum class WZCControl |
| J# |
|---|
/** @attribute FlagsAttribute */ public enum WZCControl |
| JScript |
|---|
public enum WZCControl |
Members
| Member name | Description | |
|---|---|---|
| WEPKPresent |
specifies whether the configuration includes or not a WEP key
| |
| WEPKXFormat |
the WEP Key material (if any) is entered as hexadecimal digits
| |
| Volatile |
this configuration should not be stored
| |
| Policy |
this configuration is enforced by the policy
| |
| ONEXEnabled |
for this configuration 802.1X should be enabled
| |
| WEPK40Bit |
Key is 40 bit
|