Click or drag to resize

CommandProtocol Class

Provides a convenience to access the command used to communicate with an IPG YLP laser device.
Inheritance Hierarchy
SystemObject
  RAYLASE.MarkerPlugin.Devices.Laser.IPG.YLPCommandProtocol

Namespace: RAYLASE.MarkerPlugin.Devices.Laser.IPG.YLP
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public class CommandProtocol

The CommandProtocol type exposes the following members.

Constructors
 NameDescription
Public methodCommandProtocol The constructor.
Top
Properties
 NameDescription
Public propertyEndCharacter The end charcter.
Public propertyOpCode The opcode. This is an integer.
Public propertyParameter The list of parameters.
Public propertyStartCharacter The start character.
Public propertyStartParameterCharacter The marker character for starting parameters.
Top
Methods
 NameDescription
Public methodToBytes Returns the original command, in bytes.
Top
See Also