Loading…

Method Name: reset_msa

Method ID: 0x4025

Method Label: Reset MSA Flag

Method Help: This method will reset the More Status Available (MSA) Flag.


  • {
  • char status[3];
  • send_trans(48, 1, status);
  • if (status[0])
  • {
  • display_response_status(48, status[0]);
  • }
  • else
  • {
  • DELAY(2,"|en|The more status available flag has been reset");
  • }


Please login for more