Class ServerInitMessage
An instance of this class is sent by the server to the client in JSON format once a connection has been established.
Inherited Members
Namespace: DuetAPI.Connection.InitMessages
Assembly: DuetAPI.dll
Syntax
public sealed class ServerInitMessage
Properties
Id
Unique connection ID assigned by the control server to allow clients to track their commands
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
int |
Version
Version of the server-side API
Declaration
public int Version { get; }
Property Value
Type | Description |
---|---|
int |