Class CodeStreamInitMessage
Enter code streaming connection mode In this connection mode G/M/T-codes are processed asynchronously (up to BufferSize)
Inherited Members
Namespace: DuetAPI.Connection.InitMessages
Assembly: DuetAPI.dll
Syntax
public sealed class CodeStreamInitMessage : ClientInitMessage
Constructors
CodeStreamInitMessage()
Creates a new init message instance
Declaration
public CodeStreamInitMessage()
Properties
BufferSize
Maximum number of codes being executed simultaneously
Declaration
public int BufferSize { get; set; }
Property Value
Type | Description |
---|---|
int |
Channel
Destination channel for incoming codes
Declaration
public CodeChannel Channel { get; set; }
Property Value
Type | Description |
---|---|
CodeChannel |