Click or drag to resize

IDeviceManagerGetDevice(String) Method

Retrieves the plugin instance of a given device name.

Namespace: RAYLASE.Marker.Device
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
BaseDeviceController GetDevice(
	string deviceName
)

Parameters

deviceName  String
The device name.

Return Value

BaseDeviceController
If found, the plugin instance of the device. Null, otherwise.
See Also