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.LaserControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxprotected 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