CommandProtocolGetLaserStateMessage Method |
Analyzes the command's parameters and returns the corresponding
laser state as text.
Namespace: RAYLASE.MarkerPlugin.Devices.Laser.InnoLasLaser.NanioAssembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntaxpublic 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