Click or drag to resize

CommandProtocolGetLaserStateMessage Method

Analyzes the command's parameters and returns the corresponding laser state as text.

Namespace: RAYLASE.MarkerPlugin.Devices.Laser.InnoLasLaser.Nanio
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public void GetLaserStateMessage(
	out int param,
	out string laserStateString
)

Parameters

param  Int32
The command's parameter as single value.
laserStateString  String
The user readable laser state text.
See Also