Table of Contents

Enum SubscriptionMode

Namespace
DuetAPI.Connection
Assembly
DuetAPI.dll

Type of the model subscription

[JsonConverter(typeof(JsonStringEnumConverter<SubscriptionMode>))]
public enum SubscriptionMode

Fields

Full = 0

Receive full object model after every update

Patch = 1

Receive only updated JSON fragments of the object model

See Also