Loading…
Loading…
Method Name: ejx_method_change_to_new_password
Method ID: 0x40F1
Method Label: New password
Method Help:
- {
- char status[3];
- { _set_all_resp_code(0); _set_device_status(0xFF,0); _set_xmtr_device_status(0xFF,0); _set_xmtr_all_resp_code(0); };
- send_command( 249 );
- _get_dev_var_value(("|en|Enter new password to change state of write protect:"),0,16589);
- send( 251, status );
- if( (status[0] != 0)&&(status[0] != 8) ) {
- _add_abort_method(16627);
- display_response_status( 251, status[0] );
- process_abort();
- }
Please login for more