Loading…
Loading…
Method Name: read_sw_revision_meth
Method ID: 0x4039
Method Label: Read SW revision
Method Help:
- {
- char status[3];
- long ids[2];
- _set_all_resp_code(0);
- send(162,status);
- if (status[0])
- {
- display_response_status(162,status[0]);
- }
- else
- {
- ids[0] = 16454;
- ids[1] = 16455;
- acknowledge(literal_string(179),ids);
- }
Please login for more