OpenNETCF Smart Device Framework 2.3
The DeviceStatusMonitor type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DeviceStatusMonitor | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Dispose | Overloaded. | |
| Equals | (Inherited from Object.) | |
| Finalize |
Destructor stops status monitoring.
(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.) | |
| OnDeviceNotification |
Raises the DeviceNotification event.
| |
| StartStatusMonitoring |
Initiates a worker thread to listen for reports of device
changes. Listeners can register for notification of these
changes, which the thread will send.
| |
| StopStatusMonitoring |
Stops the worker thread which monitors for changes of status
of the adapter. This must be done, if monitoring has been
started, before the object is destroyed.
| |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| BLOCK_DRIVER_GUID |
Fired when the block driver for a Storage Manager
device is loaded.
| |
| CDDA_MOUNT_GUID |
Fired when a CDDA filesystem is loaded.
| |
| CDFS_MOUNT_GUID |
Fired when a CDFS filesystem is loaded.
| |
| FATFS_MOUNT_GUID |
Fired when a FAT filesystem is loaded for a device.
| |
| STORE_MOUNT_GUID |
Fired when the store, managed by the Storage
Manager is ready.
| |
| UDFS_MOUNT_GUID |
Fired when a UDFS filesystem is loaded.
|
Properties
| Name | Description | |
|---|---|---|
| Active |
The Active property is true when the status is
being monitored. If status monitoring is not
occurring, Active is false.
| |
| IsDisposed |
Returns true if the instance has been disposed, otherwise false.
|
Events
| Name | Description | |
|---|---|---|
| DeviceNotification |
Event fired when some aspect of the device's connected status
has changed.
|