Subclass of CIM_DeviceFile
DeviceFile is a special type of LogicalFile that represents a Device. This class is a specialization of DeviceFile for a Unix environment.
uint16 DeviceFileType
The type of device file.
ValueMap Values 0 Unknown 1 Other 2 Block 3 Character
string OtherTypeDescription
Additional information when the DeviceFileType property is set to “Other”.
string DeviceDescription
Additional information provided by the driver. This property may be null if no information is available, or a general description of the device when available, e.g. “Non-rewind tape streamer”.
string DeviceMinor
The Device’s Minor Id.
string DeviceMajor
The Device’s Major Id.
string DeviceId
The device Identifier: this is the st_rdev field in the stat structure.
None
None