IDeviceManagerSaveConfiguration Method |
Saves the device configuration to a given file path.
Namespace: RAYLASE.Marker.DeviceAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.32.0
Syntaxvoid SaveConfiguration(
string filePath
)
Parameters
- filePath String
- The target file path.
Exceptions| Exception | Condition |
|---|
| ApplicationException | The device configuration file cannot be created. |
See Also