Skip to content

Constructor SimplifiedDevice

Namespace: Belay.Core
Assembly: Belay.Core.dll

SimplifiedDevice(DeviceConnection, ILogger<SimplifiedDevice>?)

Initializes a new instance of the class.

csharp
public SimplifiedDevice(DeviceConnection connection, ILogger<SimplifiedDevice>? logger = null)

Parameters

connection DeviceConnection

The device connection interface.

logger ILogger<SimplifiedDevice>?

Optional logger for diagnostic information.

Released under the Apache License 2.0.