
- 260 -
Item
Sets the value of the Wep key specified by the index.
In C#, this property is used as the indexer for the WepKeyCollection class.
■ Syntax
[VB]
Public WriteOnly Property Item(ByVal KeyNo As Integer) As String
[C#]
public string this[int KeyNo] {set;}
■ Parameters
KeyNo
Wep key index
Values for 1 to 4
■ Property
Wep key
■ Exceptions
Name of Exception Meaning
ArgumentException The specified parameter value(s) is invalid.
■ Note
This property has been retained for compatibility with Windows CE 4.1. Ensure to use the
Profile class WepKey property for the Wep key setting.
When setting or acquiring the authentication method from this property when in Zero Config
mode, perform after specifying the profile for the authentication method to be set or
acquired in the RF.SelectedProfile property.
Komentáře k této Příručce