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()()() | ||
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | ||
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (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 | |