Device.RTX64NetworkDevices Property

Returns an array of RTX64NetworkDevice objects, each representing one Plug-and-Play network device owned by RTX64 at the time of the call. The contents of the returned array can become out-of-date if an RTX64-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 RTX64-owned devices. This property is read-only.

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

Syntax
public RTX64Device[] RTX64NetworkDevices { get; }

Property Value

Type: RTX64Device

Implements

IConfigDeviceRTX64NetworkDevices
See Also