Device.OwnedByRtos Property

Returns true if this device is currently owned by a real-time operating system, false if it is owned by Windows. 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.0)

Syntax

Copy
public bool OwnedByRtos { get; }

Property Value

Type: Boolean

Implements

IConfigDevice.OwnedByRtos

See Also: