CommandProtocolBuilderStreamCommandProtocol Method |
Receives a list of bytes to build command protocols in a streaming fashion.
Namespace: RAYLASE.MarkerPlugin.Devices.Laser.IPG.YLPAssembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntaxpublic 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
IListCommandProtocolA list of command protocols.
See Also