IConfigDevice Interface

This interface is the abstraction of the concrete implementation by class Device.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public interface IConfigDevice

The IConfigDevice type exposes the following members.

Properties
NameDescription
Public propertyClassGuid
See property ClassGuid.
Public propertyDescription
See property Description.
Public propertyDeviceInstanceId
See property DeviceInstanceId.
Public propertyHardwareId
See property HardwareId.
Public propertyOutOfDate
See property OutOfDate.
Public propertyOwnedByRTX64
See property OwnedByRTX64.
Public propertyPCIBusLocation
See property PCIBusLocation.
Public propertyRTX64Devices
See property RTX64Devices.
Public propertyRTX64NetworkDevices
See property RTX64NetworkDevices.
Public propertyWindowsDevices
See property WindowsDevices.
Top
See Also