Table of Contents

Class LiveAttribute

Namespace
DuetAPI.ObjectModel
Assembly
DuetAPI.dll

Attribute used to mark properties that change frequently (e.g. temperatures, positions, status). Properties with this attribute are included when the 'f' flag is used in object model queries.

[AttributeUsage(AttributeTargets.Property)]
public sealed class LiveAttribute : Attribute
Inheritance
LiveAttribute
Inherited Members

Constructors

LiveAttribute()

public LiveAttribute()