Table of Contents

Interface IConnectionCommand

Namespace
DuetControlServer.Commands
Assembly
DuetControlServer.dll

Interface for derived command classes to get access to the source connection

public interface IConnectionCommand

Properties

Connection

Source connection of the command

Connection? Connection { get; set; }

Property Value

Connection