Device.wRTOSNetworkDevices Property

Returns an array of wRTOSNetworkDevice objects, each representing one Plug-and-Play network 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.1.0)

Syntax

Copy
public wRTOSDevice[] wRTOSNetworkDevices { get; }

Property Value

Type: wRTOSDevice

Implements

IConfigDevice.wRTOSNetworkDevices

See Also: