Click or drag to resize

IDeviceManagerSaveConfiguration Method

Saves the device configuration to a given file path.

Namespace: RAYLASE.Marker.Device
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
void SaveConfiguration(
	string filePath
)

Parameters

filePath  String
The target file path.
Exceptions
ExceptionCondition
ApplicationExceptionThe device configuration file cannot be created.
See Also