Members
loopbackEnabled
Checks if the device is in loopback mode or not
Methods
disableLoopback() → {undefined}
Restores the given device into normal operation mode
Returns:
- Type
- undefined
enableLoopback(file) → {undefined}
Enter the given device into loopback operation mode that uses the given file as input for
raw data
Parameters:
| Name | Type | Description |
|---|---|---|
file |
String | Path to bag file with raw data for loopback |
Returns:
- Type
- undefined