/// <summary> /// If you request a password when the pen is locked, enter it /// </summary> /// <param name="password">Specifies the password for authentication. password is a string, maximum length is 16 bytes</param> public void InputPassword(string password) { Request(() => mClientV1.ReqInputPassword(password), () => mClientV2.ReqInputPassword(password)); }