IConfigWindowsDevice Interface

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

Namespace:  IntervalZero.MaxRT.wRTOS.Config
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public interface IConfigWindowsDevice : IConfigDevice

 

The IConfigWindowsDevice type exposes the following members.

Properties

  Name Description

Public property

ClassGuid

See property ClassGuid.

(Inherited from IConfigDevice.)

Public property

Description

See property Description.

(Inherited from IConfigDevice.)

Public property

DeviceInstanceId

See property DeviceInstanceId.

(Inherited from IConfigDevice.)

Public property

HardwareId

See property HardwareId.

(Inherited from IConfigDevice.)

Public property

OutOfDate

See property OutOfDate.

(Inherited from IConfigDevice.)

Public property

OwnedByRtos

See property OwnedByRtos.

(Inherited from IConfigDevice.)

Public property

PCIBusLocation

See property PCIBusLocation.

(Inherited from IConfigDevice.)

Public property

wRTOSDevices

See property wRTOSDevices.

(Inherited from IConfigDevice.)

Public property

wRTOSNetworkDevices

See property wRTOSNetworkDevices.

(Inherited from IConfigDevice.)

Public property

WindowsDevices

See property WindowsDevices.

(Inherited from IConfigDevice.)

See Also: