Method UnlockDevice
UnlockDevice(String)
Performing restricted operations with the device require it to be unnlocked with an adminKey.
Declaration
Error UnlockDevice(string adminKey)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | adminKey | The adminkey of the pad |
Returns
| Type | Description |
|---|---|
| Error | Error |
Examples
C#
Error r = driver.UnlockDevice("notThatStrongPassword123");
VB.NET
Dim error As Error = driver.UnlockDevice("notThatStrongPassword123")