Click or drag to resize

CommandType Enumeration

The types of command used in a command protocol by InnoLas Nanio laser device.

Namespace: RAYLASE.MarkerPlugin.Devices.Laser.InnoLasLaser.Nanio
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public enum CommandType
Members
Member nameValueDescription
Query71 Getter command.
Command87 Setter command.
QueryResponse116 Response to a getter command.
Acknowledge117 Response to a setter command.
WarningNotExecutable118 Response when a setter command is invalid.
LaserGenerated119 A message generated by the device.
See Also