LibUsbDotNet 2.2.8
VolumeNotifyInfo Class
Library Reference ► LibUsbDotNet.DeviceNotify.Info ► VolumeNotifyInfo
|
Describes the storage volume that caused the notification.
See IVolumeNotifyInfo for more information.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class VolumeNotifyInfo : IVolumeNotifyInfo
Public Class VolumeNotifyInfo _ Implements IVolumeNotifyInfo
public ref class VolumeNotifyInfo : IVolumeNotifyInfo
Members
All Members | Methods | Properties | |||
|
|
|
Icon | Member | Description |
---|---|---|
ChangeAffectsMediaInDrive |
If true, change affects media in drive. If false, change affects physical device or drive.
|
|
Flags |
Raw DevBroadcastVolume flags.
|
|
IsNetworkVolume |
If True, the indicated logical volume is a network volume
|
|
Letter |
Gets the letter representation of the unitmask.
|
|
ToString()()()() |
Returns a String that represents the current VolumeNotifyInfo.
(Overrides Object.ToString()()()().) |
|
Unitmask |
Gets the bit unit mask of the device. IE (bit 0 = A:, bit 1 = B:, etc..)
|
Inheritance Hierarchy
Object | |
VolumeNotifyInfo |