Represents an individual radio device.
| C# | Visual Basic |
public class WirelessDevice : IDisposable
Public Class WirelessDevice _ Implements IDisposable
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| DeviceName |
Returns the name of the wireless device.
| |
| DeviceType |
Returns the type of the wireless device.
| |
| DisplayName |
Returns the friendly display name of the device (if available).
| |
| Dispose()()()() | Releases all resources used by the WirelessDevice | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | (Overrides Object.Finalize()()()().) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| RadioState |
Gets or sets the current radio state.
| |
| ToString()()()() | (Inherited from Object.) |
| Object | |
| WirelessDevice | |