Skip to content

Class DeviceConfiguration

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

Configuration for device connection and discovery.

csharp
public class DeviceConfiguration

Inheritance

objectDeviceConfiguration

Inherited Members

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

Properties

DefaultCommandTimeoutMs

Gets or sets the default command timeout in milliseconds.

DefaultConnectionTimeoutMs

Gets or sets the default connection timeout in milliseconds.

Discovery

Gets or sets the device discovery configuration.

Retry

Gets or sets the retry configuration.

Released under the Apache License 2.0.