The InTheHand.WindowsMobile.Net namespace provides classes that allow you to manage the network status of the device.
| C# | Visual Basic |
namespace InTheHand.WindowsMobile.Net
Namespace InTheHand.WindowsMobile.Net
| All Types | Classes | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| ConnectionDetailedStatus |
Provides the detailed status of a specific network connection.
| |
| ConnectionManager |
Manages network connections for phone-enabled devices, regardless of the service provider used for establishing the connection.
ConnectionManager provides a fast and transparent way of making connection choices for an application.
| |
| ConnectionPriority |
Defines the priority of a connection request.
| |
| ConnectionStatus |
Contains the possible connection status values.
| |
| ConnectionStatusChangedEventArgs |
Contains information to accompany the ConnectionStatusChanged event.
| |
| ConnectionStatusChangedEventHandler |
Describes a method to handle the ConnectionStatusChanged event.
| |
| ConnectionSubType |
Specific sub-type of connection.
| |
| ConnectionType |
Types of connection.
| |
| Destination |
Contains Guid values for standard destination networks.
| |
| DestinationInfo |
Provides information about a specific network.
| |
| WirelessDevice |
Represents an individual radio device.
| |
| WirelessDeviceType |
Specifies wireless device types.
| |
| WirelessManager |
Provides access to the wireless devices to control their states.
| |
| WirelessState |
Specifies possible states for a wireless device.
|