OpenNETCF Smart Device Framework 2.3
The OpenNETCF.WindowsCE namespace
Classes
| Class | Description | |
|---|---|---|
| DateTimeHelper |
Provides additional DateTime functions
| |
| DeviceClassAtrribute | ||
| DeviceManagement |
This class provides access to common device management functionality
| |
| DeviceNotificationArgs |
DeviceNotificationArgs passed to interested parties
when a device notification is fired. Contains the
device class GUID, a flag indicating whether the
device is attached or detached, and the device name.
| |
| DeviceStatusMonitor |
Class for receiving device notifications of all sorts (storage card
insertions/removals, etc.) When a change is detected, an event is
fired to all interested parties. The parameters of the event
indicate the GUID of the device interface that changed, whether the
device is now connected or disconnected from the system, and the
name of the device (COM1:, for example), which changed.
| |
| LargeIntervalTimer |
This class encapsulates a low resolution Timer that is designed to be fired on large intervals (from seconds to even days).
| |
| MemoryManagement |
This class is used for general memory management of CE-based devices
| |
| PowerManagement |
This class provides power-related functions for CE-based devices
| |
| TimeZoneCollection |
Define a TimeZoneCollection which can return a list of all
of the TimeZones known to the OS. This should help make
time zone picker controls, etc.
| |
| TimeZoneInformation |
Time Zone information
|
Structures
| Structure | Description | |
|---|---|---|
| SystemInfo |
This structure contains information about the current computer system. This includes the processor type, page size, memory addresses, and OEM identifier.
| |
| TZData |
Timezone Data
|
Delegates
| Delegate | Description | |
|---|---|---|
| DeviceNotification |
Delegate for device notification events
| |
| DeviceNotificationEventHandler |
Enumerations
| Enumeration | Description | |
|---|---|---|
| DeviceClass |
Device family class to pass to the constructor of the DeviceStatusMonitor
| |
| DevicePowerState |
Device Power State
| |
| NotificationEvent |
Available notification events
| |
| ProcessorArchitecture |
Processor Architecture values (GetSystemInfo)
| |
| ProcessorType |
Processor type values (GetSystemInfo)
| |
| StdIoStream |
Defines for the current Stdio Stream
| |
| TimeZoneState |
Return values from GetTimeZoneInformation()()().
|