SMS/GPRS command - mcan_stop
Appearance
Revision as of 14:03, 16 January 2026 by Donatas.Mazonas (talk | contribs)
SMS/GPRS commands > SMS/GPRS command - mcan stop

Description
Stops sending specified Manual CAN command.
Syntax
mcan_stop: <command_ID>
Arguments
| ARGUMENT | ARGUMENT DESCRIPTION |
|---|---|
| <command_ID> | MCAN command number |
Examples
| REQUEST | OUTCOME | RESPONSE |
|---|---|---|
| mcan_stop: 0 | Success | MCAN Command 0 stopped |
| mcan_stop: 0 | Fail | MCAN Service not supported |
| mcan_stop: | Fail | Arguments required |
| mcan_stop: 999999999999 | Fail | Wrong MCAN command ID |
| mcan_stop: 0 | Fail | MCAN Command disabled |
| mcan_stop: 3 | Fail | Failed to stop MCAN command 3, error: -42 |