IDeviceManagerGetDevice(String) Method |
Retrieves the plugin instance of a given device name.
Namespace: RAYLASE.Marker.DeviceAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
SyntaxBaseDeviceController GetDevice(
string deviceName
)
Parameters
- deviceName String
- The device name.
Return Value
BaseDeviceControllerIf found, the plugin instance of the device. Null, otherwise.
See Also