Skip to content

Class SerialConfiguration

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

Configuration for serial communication.

csharp
public class SerialConfiguration

Inheritance

objectSerialConfiguration

Inherited Members

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

Properties

DefaultBaudRate

Gets or sets the default baud rate.

ReadTimeoutMs

Gets or sets the read timeout in milliseconds.

WriteTimeoutMs

Gets or sets the write timeout in milliseconds.

Released under the Apache License 2.0.