IDeviceManagerAddDevice(String, Type) Method |
Adds a new device to the managed devices.
Namespace: RAYLASE.Marker.DeviceAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
SyntaxBaseDeviceController 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
BaseDeviceControllerA new instance of the created device.
See Also