Click or drag to resize

IDeviceManagerLoadConfiguration Method

Loads a given saved file and creates the corresponding device configuration. Missing items will be reported back in the return value.

Namespace: RAYLASE.Marker.Device
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
IList<Metadata> LoadConfiguration(
	string filePath,
	bool clearDevices = true
)

Parameters

filePath  String
The path of the device configuration file.
clearDevices  Boolean  (Optional)
Clears the list of devices before loading.

Return Value

IListMetadata
List of missing devices. The missing devices might due to the plugins of such types are no longer available.
Exceptions
ExceptionCondition
ApplicationExceptionThe device configuration file cannot be processed.
See Also