Click or drag to resize

NanioLaserDevice Constructor

The constructor.

Namespace: RAYLASE.MarkerPlugin.Devices.Laser.InnoLasLaser.Nanio
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public NanioLaserDevice(
	IDeviceManager deviceManager,
	SerialPort serialPort,
	CommandProtocolBuilder commandProtocolBuilder
)

Parameters

deviceManager  IDeviceManager

[Missing <param name="deviceManager"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.Laser.InnoLasLaser.Nanio.NanioLaserDevice.#ctor(RAYLASE.Marker.Device.IDeviceManager,System.IO.Ports.SerialPort,RAYLASE.MarkerPlugin.Devices.Laser.InnoLasLaser.Nanio.CommandProtocolBuilder)"]

serialPort  SerialPort
The serial port to control the laser.
commandProtocolBuilder  CommandProtocolBuilder
The builder for the communication protocol used to communicate to the serial port.
See Also