Click or drag to resize

YLPAPDLaserDevice Constructor

The constructor.

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

Parameters

deviceManager  IDeviceManager

[Missing <param name="deviceManager"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.Laser.IPG.YLP.YLPAPDLaserDevice.#ctor(RAYLASE.Marker.Device.IDeviceManager,System.IO.Ports.SerialPort,RAYLASE.MarkerPlugin.Devices.Laser.IPG.YLP.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