Responder Class

Enable Alpaca devices to respond to Alpaca discovery broadcasts by returning the Alpaca port number. This component is delivered in NuGet package: ASCOM.Alpaca.Device to minimise its footprint.

Definition

Namespace: ASCOM.Alpaca.Discovery
Assembly: ASCOM.Alpaca.Device (in ASCOM.Alpaca.Device.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public class Responder : IDisposable
Inheritance
Object    Responder
Implements
IDisposable

Constructors

Responder(Int32, ILogger) Create an Alpaca Responder reporting the AlpacaPort. This will use default Discovery Port (32227) and will respond on IPv4 and IPv6.
Responder(Int32, Boolean, Boolean, ILogger) Create an Alpaca Responder reporting the AlpacaPort. This will use default Discovery Port (32227).
Responder(Int32, Int32, Boolean, Boolean, ILogger) Create an Alpaca Responder reporting the AlpacaPort using a custom discovery port.

Properties

AllowRemoteAccess Enable responses to non-local discovery broadcasts
Disposed Flag whether the object has been disposed
LocalRespondOnlyToLocalHost Confine responses to localhost broadcasts only

Methods

Dispose Dispose of the Responder object.

Version Information

.NET Standard

Supported in: 2.0

See Also