SMS/GPRS command - mcan stop: Difference between revisions
Appearance
Creating page for SMS/GPRS command "mcan_stop". |
mNo edit summary |
||
| Line 2: | Line 2: | ||
[[File:smsgprscommand_mcan_stop.png|300px|right|alt=mcan_stop]] | [[File:smsgprscommand_mcan_stop.png|300px|right|alt=mcan_stop]] | ||
{{Template:SMSGPRScommandPage | {{Template:SMSGPRScommandPage | ||
|description= | |description=Stops sending specified Manual CAN command.}} | ||
===Syntax=== | ===Syntax=== | ||
mcan_stop: <command_ID> | mcan_stop: <command_ID> | ||
Latest revision as of 14:03, 16 January 2026
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 |