Click or drag to resize

BaseSerialLaserControllerOnSerialPortConnected Method

In this method class dependent actions can be done when the serial port could be opened, e. g. getting the laser state.

Namespace: RAYLASE.Marker.Device.LaserController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
protected virtual void OnSerialPortConnected(
	bool succeded
)

Parameters

succeded  Boolean

[Missing <param name="succeded"/> documentation for "M:RAYLASE.Marker.Device.LaserController.BaseSerialLaserController.OnSerialPortConnected(System.Boolean)"]

See Also