Table of Contents

Class ServerInitMessage

Namespace
DuetAPI.Connection.InitMessages
Assembly
DuetAPI.dll

An instance of this class is sent by the server to the client in JSON format once a connection has been established.

public sealed class ServerInitMessage : InitMessage
Inheritance
ServerInitMessage
Inherited Members

Constructors

ServerInitMessage()

public ServerInitMessage()

Properties

Id

Unique connection ID assigned by the control server to allow clients to track their commands

public int Id { get; set; }

Property Value

int

Version

Version of the server-side API

public int Version { get; }

Property Value

int