A class for a containing properties and methods for Windows Mobile devices.
| C# | Visual Basic |
public static class MobileDevice
Public NotInheritable Class MobileDevice
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| ActiveSyncStart()()() |
Initiates synchronization.
Requires Windows Mobile 5.0 or later | |
| ActiveSyncStop()()() |
Requests for synchronization to stop.
Requires Windows Mobile 5.0 or later | |
| AdaptationKitUpdate |
Returns the Adaptation Kit Update version.
| |
| EndAllDataCalls()()() |
Ends all current data calls.
Requires Windows Mobile 5.0 or later | |
| EndCall()()() |
Ends a current voice call.
| |
| GetUniqueID(String) |
Returns a unique identifier for the device.
| |
| IsHighDpi |
Returns true if the device has a High DPI screen.
| |
| OemInfo |
Returns Oem specific information - often the model number.
| |
| PlatformVersion |
Returns a version number associated to an OEM OS design.
| |
| PowerOff()()() |
On Windows Mobile Standard / Smartphone devices powers off the device.
| |
| Profiles |
Returns a list of all the available profiles on the device.
| |
| SetProfile(String) |
Sets the audio profile for the device.
| |
| SoftReset()()() |
Performs a soft-reset of the device.
| |
| SpeakerPhone |
Sets the SpeakerPhone state.
Requires Windows Mobile 5.0 or later | |
| Talk()()() |
Simulates the Green button to launch the Phone user interface.
| |
| VoiceDial()()() |
Initiates voice recognition.
Requires Windows Mobile 5.0 or later |
| Object | |
| MobileDevice | |