Click or drag to resize

IDeviceManagerAddDevice(Metadata) Method

Creates a device of from given metadata.

Namespace: RAYLASE.Marker.Device
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
BaseDeviceController AddDevice(
	Metadata metadata
)

Parameters

metadata  Metadata
The device metadata containing the type and the category.

Return Value

BaseDeviceController
A new instance of the device.
Exceptions
ExceptionCondition
KeyNotFoundExceptionCategory is invalid.
KeyNotFoundExceptionConcrete type is invalid.
See Also