Enum SubscriptionMode
- Namespace
- DuetAPI.Connection
- Assembly
- DuetAPI.dll
Type of the model subscription
[JsonConverter(typeof(JsonStringEnumConverter<SubscriptionMode>))]
public enum SubscriptionMode
Fields
Full = 0Receive full object model after every update
Patch = 1Receive only updated JSON fragments of the object model