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.19.0
Syntaxvoid SaveConfiguration(
string filePath
)
Parameters
- filePath String
- The target file path.
ExceptionsException | Condition |
---|
ApplicationException | The device configuration file cannot be created. |
See Also