Enum AccessLevel
Defines what a user is allowed to do
Namespace: DuetAPI.Machine
Assembly: DuetAPI.dll
Syntax
[JsonConverter(typeof(JsonCamelCaseStringEnumConverter))]
public enum AccessLevel
Fields
| Name | Description |
|---|---|
| ReadOnly | Changes to the system and/or operation are not permitted |
| ReadWrite | Changes to the system and/or operation are permitted |