Loading…
Loading…
Method Name: enter_password
Method ID: 0x4047
Method Label: Enter Password
Method Help: 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));
- }
- }
Please login for more