Click or drag to resize

CommandProtocolBuilderStreamCommandProtocol Method

Receives a list of bytes to build command protocols in a streaming fashion.

Namespace: RAYLASE.MarkerPlugin.Devices.Laser.IPG.YLP
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public IList<CommandProtocol> StreamCommandProtocol(
	byte[] bytes,
	bool isNew
)

Parameters

bytes  Byte
The bytes.
isNew  Boolean
The flag to indicate whether a new command protocol should be built.

Return Value

IListCommandProtocol
A list of command protocols.
See Also