Responder(Int32, ILogger) Constructor
Create an Alpaca Responder reporting the AlpacaPort. This will use default Discovery Port (32227) and will respond on IPv4 and IPv6.
Namespace: ASCOM.Alpaca.DiscoveryAssembly: ASCOM.Alpaca.Device (in ASCOM.Alpaca.Device.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
public Responder(
int AlpacaPort,
ILogger Logger = null
)
Public Sub New (
AlpacaPort As Integer,
Optional Logger As ILogger = Nothing
)
- AlpacaPort Int32
- The port the Alpaca REST API is available on
- Logger ILogger (Optional)
- ILogger object to which operational log messages will be sent.
Supported in: 2.0