Loading…

Method Name: ejx_method_reset_configuration_change_flag

Method ID: 0x4026

Method Label: Reset Cfg chng flag

Method Help: Reset Configuration changed flag.


  • {
  • char status[3];
  • int cmd_no;
  • int trans_no;
  • cmd_no = 38;
  • trans_no = 1;
  • { _set_all_resp_code(0); _set_device_status(0xFF,0); _set_xmtr_device_status(0xFF,0); _set_xmtr_all_resp_code(0); };
  • send_trans(cmd_no, trans_no, status);
  • if( status[0] )
  • {
  • display_response_status( cmd_no, status[0] );
  • abort();
  • }
  • else
  • {
  • ACKNOWLEDGE("|en|Configuration changed flag was reset." );


Please login for more