Class CheckPassword
Check if the given password is correct and matches the previously set value from M551. If no password was configured before or if it was set to "reprap", this will always return true
Inherited Members
Namespace: DuetAPI.Commands
Assembly: DuetAPI.dll
Syntax
[RequiredPermissions(SbcPermissions.ObjectModelRead|SbcPermissions.ObjectModelReadWrite)]
public class CheckPassword : Command<bool>
Properties
Password
Password to check
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
string |