Method: start
Starts configured connection.
Returns true if connection was started successfully.
Example:
evesec call /SEC/__dev__ttyS0 connection start
Where /SEC/__dev__ttyS0
is destination object path for previously shared serial port “/dev/ttyS0”
Returned value:
boolean true
Method: stop
Stops already created connection.
Returns no value.
Example:
evesec call /SEC/__dev__ttyS0 connection stop
Method: destroy
Removes already created connection.
Returns no value.
Identical to ‘destroyConnection‘ method (see Manager).
Example:
evesec call /SEC/__dev__ttyS0 connection destroy