Click or drag to resize

IDeviceManagerAddDevice(String, Type) Method

Adds a new device to the managed devices.

Namespace: RAYLASE.Marker.Device
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
BaseDeviceController AddDevice(
	string deviceName,
	Type deviceType
)

Parameters

deviceName  String
The easy-to-read name for the device. This name needs to be unique across all registered devices.
deviceType  Type
The concrete type of the device.

Return Value

BaseDeviceController
A new instance of the created device.
See Also