StopRecording: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This command stops recording voice on the specified GSM port. Command returns as soon as the voice recording is stopped. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |StopRecording |PortIndex |Error Code in case of error. |} '''OUTPUT''' Command status: "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE'''<syntaxhighlight lang="text"> ~# StopRecording 0 RECORDING STOPPED ~# StopRecording 1 NO CALL </syntaxh...") |
m (added Category:R2D2 using HotCat) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 26: | Line 26: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Voice]] | |||
[[Category:R2D2]] |
Latest revision as of 11:29, 27 March 2025
This command stops recording voice on the specified GSM port.
Command returns as soon as the voice recording is stopped.
COMMAND
Command | Line Arguments | Returns |
---|---|---|
StopRecording | PortIndex | Error Code in case of error. |
OUTPUT Command status:
"%s\n", status (CONNECTED or NO INCOMING CALL)
EXAMPLE
~# StopRecording 0
RECORDING STOPPED
~# StopRecording 1
NO CALL