Device.wRTOSDevices Property
Returns an array of wRTOSDevice objects, each representing one Plug-and-Play device owned by wRTOS at the time of the call. The contents of the returned array can become out-of-date if a wRTOS-owned device is later converted to Windows ownership. After successful conversion of ownership to Windows, re-reading this property will supply an up-to-date array of wRTOS-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
public IConfigwRTOSDevice[] wRTOSDevices { get; }
Property Value
Type: IConfigwRTOSDevice
Implements
IConfigDevice.wRTOSDevices
See Also: