StopPortLog: Difference between revisions

From Ultiroam User Docs
Jump to navigation Jump to search
(Created page with "This command allows to start a log for a given port. This file will be stored at /var/cdr. 5 different recordings can be started on the same port in parallel. '''COMMAND:''' {| class="wikitable" !Command !Line Arguments !Returns |- |StartPortLog |PortIndex, UniqueID |Error Code in case of error. |} '''EXAMPLE''' ~# StartPortLog 1 RecordPort1.cdr")
Tag: 2017 source edit
 
m (added Category:R2D2 using HotCat)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
This command allows to start a log for a given port.
This command stops a port log recording.  
 
This file will be stored at /var/cdr.
 
5 different recordings can be started on the same port in parallel.


'''COMMAND:'''
'''COMMAND:'''
Line 11: Line 7:
!Returns
!Returns
|-
|-
|StartPortLog
|StopPortLog
|PortIndex, UniqueID
|PortIndex UniqueID
|[[R2D2 Error Codes|Error Code]] in case of error.
|[[R2D2 Error Codes|Error Code]] in case of error.
|}
|}
'''EXAMPLE'''
'''EXAMPLE'''


~# StartPortLog 1 RecordPort1.cdr
~# StopPortLog 1 RecordPort1.cdr
 
[[Category:LOGS]]
[[Category:R2D2]]

Latest revision as of 11:23, 27 March 2025

This command stops a port log recording.

COMMAND:

Command Line Arguments Returns
StopPortLog PortIndex UniqueID Error Code in case of error.

EXAMPLE

~# StopPortLog 1 RecordPort1.cdr