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