Enum SubscriptionMode
Type of the model subscription
Namespace: DuetAPI.Connection
Assembly: DuetAPI.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum SubscriptionMode
Fields
Name | Description |
---|---|
Full | Receive full object model after every update |
Patch | Receive only updated JSON fragments of the object model |