📄 opennetcf.net.xml
字号:
<member name="M:OpenNETCF.Net.Adapter.SetWirelessSettings(System.String,System.Boolean,System.String)">
<summary>
Modifies wireless settings associated with a given interface and AP
</summary>
<param name="SSID">Target SSID to connect</param>
<param name="bInfrastructure">Is infrastructure</param>
<param name="sKey">WEP key</param>
<returns>True if successful</returns>
</member>
<member name="M:OpenNETCF.Net.Adapter.SetWirelessSettings(System.String,System.Boolean,System.Byte[])">
<summary>
Modifies wireless settings associated with a given interface and AP
</summary>
<param name="SSID">Target SSID to connect</param>
<param name="bInfrastructure">Is infrastructure</param>
<param name="Key">binary wep key - 5 or 13 bytes</param>
<returns>true if succeeded</returns>
</member>
<member name="M:OpenNETCF.Net.Adapter.SetWirelessSettingsEx(System.String,System.Boolean,System.String,OpenNETCF.Net.AuthenticationMode)">
<summary>
Sets wireless settings associated with a given
interface and AP. This version of the method is
designed for the case where *all* of the options
are going to be set, where no initial configuration
exists at all.
</summary>
<param name="SSID">Target SSID to connect</param>
<param name="bInfrastructure">Is infrastructure</param>
<param name="sKey">wep key string representing hex string (each two characters are converted to a single byte)</param>
<param name="authMode">Authentication mode for the connection</param>
<returns>true if succeeded</returns>
</member>
<member name="M:OpenNETCF.Net.Adapter.SetWirelessSettingsEx(System.String,System.Boolean,System.Byte[],OpenNETCF.Net.AuthenticationMode)">
<summary>
Sets wireless settings associated with a given
interface and AP. This version of the method is
designed for the case where *all* of the options
are going to be set, where no initial configuration
exists at all.
</summary>
<param name="SSID">Target SSID to connect</param>
<param name="bInfrastructure">Is infrastructure</param>
<param name="Key">binary wep key - 5 or 13 bytes</param>
<param name="authMode">Authentication mode for the connection</param>
<returns>true if succeeded</returns>
</member>
<member name="M:OpenNETCF.Net.Adapter.SetWirelessSettings(System.String)">
<summary>
Attaches to an existing SSID value which *must* already be
on the preferred list. Settings are copied from when the
AP was added to the preferred list. This allows you to
connect to a preconfigured SSID value without respecifying
the WEP key, etc.
</summary>
<param name="SSID">Target SSID to connect</param>
<returns>true if succeeded</returns>
</member>
<member name="M:OpenNETCF.Net.Adapter.SetWirelessSettingsAddEx(System.String,System.Boolean,System.String,System.Int32,OpenNETCF.Net.AuthenticationMode,OpenNETCF.Net.WEPStatus,OpenNETCF.Net.EAPParameters)">
<summary>
Sets wireless settings associated with a given
interface and AP, adding to, rather than replacing
the preferred list of APs. This version of the
method is designed for the case where *all* of
the options are going to be set, where no initial
configuration exists at all and where existing
items in the preferred list should be maintained.
After this method executes, if it is successful,
the specified SSID will be at the top, highest-
priority, end of the preferred list.
</summary>
<param name="SSID">
Target SSID to connect
</param>
<param name="bInfrastructure">
Is infrastructure
</param>
<param name="sKey">
WEP key string representing hex string (each
two characters are converted to a single byte)
</param>
<param name="keyIndex">
Index of the WEP key. Valid values are 1-4
</param>
<param name="authMode">
Authentication mode for the connection
</param>
<param name="privacyMode">
Privacy (encryption) mode for the connection
</param>
<param name="eapParams">
Parameters describing how the connection should use EAP
to authenticate the user to the network
</param>
<returns>true if succeeded</returns>
</member>
<member name="M:OpenNETCF.Net.Adapter.SetWirelessSettingsAddEx(System.String,System.Boolean,System.Byte[],System.Int32,OpenNETCF.Net.AuthenticationMode,OpenNETCF.Net.WEPStatus,OpenNETCF.Net.EAPParameters)">
<summary>
Sets wireless settings associated with a given
interface and AP, adding the new SSID to the
list of preferred SSID values, rather than
replacing the whole list. This version of the
method is designed for the case where *all* of
the options are going to be set, where no
initial configuration exists at all and where the
current SSID values in the preferred list should
be retained. After this call completes, if it
is successful, the new SSID is at the top, highest-
priority, end of the preferred list.
</summary>
<param name="SSID">
Target SSID to connect
</param>
<param name="bInfrastructure">
Is infrastructure
</param>
<param name="Key">
WEP or WPA key. Key is in binary format.
For WEP, it should contain 5 or 13 bytes of data.
The number of bytes for WPA depends on whether a
passphrase was used to generate it or whether it
is the actual 32-byte binary key
</param>
<param name="keyIndex">
Index of the key. Valid values are 1-4
</param>
<param name="authMode">
Authentication mode for the connection
</param>
<param name="privacyMode">
Privacy (encryption) mode for the connection
</param>
<param name="eapParams">
Parameters describing how the connection should use EAP
to authenticate the user to the network
</param>
<returns>true if succeeded</returns>
</member>
<member name="M:OpenNETCF.Net.Adapter.SetWirelessSettingsAddEx(System.String,System.Boolean,System.Byte[],System.Int32,OpenNETCF.Net.AuthenticationMode,OpenNETCF.Net.WEPStatus,OpenNETCF.Net.Adapter.KeyType,System.String,OpenNETCF.Net.EAPParameters)">
<summary>
Sets wireless settings associated with a given
interface and AP, adding the new SSID to the
list of preferred SSID values, rather than
replacing the whole list. This version of the
method is designed for the case where *all* of
the options are going to be set, where no
initial configuration exists at all and where the
current SSID values in the preferred list should
be retained. After this call completes, if it
is successful, the new SSID is at the top, highest-
priority, end of the preferred list.
</summary>
<param name="SSID">
Target SSID to connect
</param>
<param name="bInfrastructure">
Is infrastructure
</param>
<param name="Key">
WEP or WPA key. Key is in binary format.
For WEP, it should contain 5 or 13 bytes of data.
The number of bytes for WPA depends on whether a
passphrase was used to generate it or whether it
is the actual 32-byte binary key
</param>
<param name="keyIndex">
Index of the key. Valid values are 1-4
</param>
<param name="authMode">
Authentication mode for the connection
</param>
<param name="privacyMode">
Privacy (encryption) mode for the connection
</param>
<param name="kt">
Key type of the key. Should be KeyType.None for
external callers
</param>
<param name="wpaPassphrase">
This is a bad way to have to do things, but, short
of duplicating the code to do the processing for
the string passphrase case and the binary key case,
I need to get a WPA passphrase here. If the key type,
kt, is not KeyType.WPAPassphrase, the string isn't
used, so you can set it to null.
</param>
<param name="eapParams">
Parameters describing how the connection should use EAP
to authenticate the user to the network
</param>
<returns>true if succeeded</returns>
</member>
<member name="M:OpenNETCF.Net.Adapter.RemoveWirelessSettings(System.String)">
<summary>
Removes preferred connection with indicated SSID
value from preferred connection list for the
adapter. This is roughly equivalent to using
the Advanced settings in the WZC dialogs to
delete an item from the preferred list.
</summary>
<param name="SSID">
SSID value of list item to remove.
</param>
<returns>
true if successful; false otherwise
</returns>
</member>
<member name="M:OpenNETCF.Net.Adapter.DhcpRelease">
<summary>
Releases the Adapter's DHCP lease
</summary>
</member>
<member name="M:OpenNETCF.Net.Adapter.DhcpRenew">
<summary>
Renews the Adapter's DHCP lease
</summary>
</member>
<member name="P:OpenNETCF.Net.Adapter.Name">
<summary>
The NDIS/driver assigned adapter name.
</summary>
</member>
<member name="P:OpenNETCF.Net.Adapter.Description">
<summary>
The descriptive name of the adapter.
</summary>
</member>
<member name="P:OpenNETCF.Net.Adapter.Index">
<summary>
The index in NDIS' list of adapters where this
adapter is found.
</summary>
</member>
<member name="P:OpenNETCF.Net.Adapter.Type">
<summary>
The adapter type. Adapters can be standard
Ethernet, RF Ethernet, loopback, dial-up, etc.
</summary>
</member>
<member name="P:OpenNETCF.Net.Adapter.MacAddress">
<summary>
The hardware address associated with the adapter.
For Ethernet-based adapters, including RF Ethernet
adapters, this is the Ethernet address.
</summary>
</member>
<member name="P:OpenNETCF.Net.Adapter.DhcpEnabled">
<summary>
Indicator of whether DHCP (for IP address
assignment from a server), is enabled for the
adapter.
</summary>
</member>
<member name="P:OpenNETCF.Net.Adapter.CurrentIpAddress">
<summary>
The currently active IP address of the adapter.
</summary>
</member>
<member name="P:OpenNETCF.Net.Adapter.CurrentSubnetMask">
<summary>
The currently active subnet mask address of the
adapter.
</summary>
</member>
<member name="P:OpenNETCF.Net.Adapter.Gateway">
<summary>
The active gateway address.
</summary>
</member>
<member name="P:OpenNETCF.Net.Adapter.DhcpServer">
<summary>
The DHCP server from which the IP address was
last assigned.
</summary>
</member>
<member name="P:OpenNETCF.Net.Adapter.WEPStatus">
<summary>
Gets the WEP status for the current adapter
</summary>
</member>
<member name="P:OpenNETCF.Net.Adapter.AuthMode">
<summary>
Gets the AuthenticationMode for the current adapter
</summary>
</member>
<member name="P:OpenNETCF.Net.Adapter.WZCFallbackEnabled">
<summary>
Enables or disables WZC Fallback for the current adapter
</summary>
<returns>
Returns true/false if WZC Fallback is enabled for the current adapter
</returns>
</member>
<member name="P:OpenNETCF.Net.Adapter.HasWins">
<summary>
Indicates the presence of WINS server addresses
for the adapter.
</summary>
</member>
<member name="P:OpenNETCF.Net.Adapter.PrimaryWinsServer">
<summary>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -