Skip to content

Class DeviceDiscoveryConfiguration

Namespace: Belay.Extensions.Configuration
Assembly: Belay.Extensions.dll

Configuration for device discovery.

csharp
public class DeviceDiscoveryConfiguration

Inheritance

objectDeviceDiscoveryConfiguration

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Properties

DiscoveryTimeoutMs

Gets or sets the discovery timeout in milliseconds.

EnableAutoDiscovery

Gets or sets a value indicating whether auto-discovery is enabled.

SerialPortPatterns

Gets or sets the list of serial port patterns to scan.

Released under the Apache License 2.0.