Returns the WirelessDevice at the specified index.
| C# | Visual Basic |
public WirelessDevice this[ int index ] { get; }
Public ReadOnly Default Property Item ( _ index As Integer _ ) As WirelessDevice Get
- index (Int32)
- zero-based index of a wireless device.
A WirelessDevice instance for the individual radio device.