Device.WindowsDevices Property

Returns an array of WindowsDevice objects, each representing one Plug-and-Play device owned by Windows at the time of the call. The contents of the returned array can become out-of-date if a Windows-owned device is later converted to wRTOS ownership. After successful conversion of ownership to wRTOS, re-reading this property will supply an up-to-date array of Windows-owned devices. This property is read-only.

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 IConfigWindowsDevice[] WindowsDevices { get; }

Property Value

Type:IConfigWindowsDevice

Implements

IConfigDevice.WindowsDevices

See Also: