Loading…

Method Name: SwitchWriteProtect

Method ID: 0x40ED

Method Label: Switch Write Protect

Method Help:


  • {
  • char status[3];
  • if (write_protect == 0)
  • {
  • ACKNOWLEDGE(literal_string(707));
  • write_protect = 1;
  • send(129,status);
  • }
  • else
  • {
  • ACKNOWLEDGE(literal_string(708));
  • write_protect = 0;
  • send(129,status);
  • }


Please login for more