Loading…
Loading…
方法名称: enter_password
方法ID: 0x4047
方法标签: Enter Password
方法描述: Enter the password of PrimaX
- {
- int pwdOK;
- PUT_MESSAGE(literal_string(340));
- send_command(151);
- pwdOK = _ivar_value(16449);
- while (pwdOK == 0)
- {
- _get_dev_var_value(literal_string(341),0,16450);
- send_command(152);
- pwdOK = _ivar_value(16449);
- if (pwdOK == 0)
- {
- DELAY(1,literal_string(342));
- }
- }
请登录以获得完整内容