Table of Contents

Class SerialConnection

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

Class representing a Serial Connection.

public class SerialConnection : ISerialConnection, IRealConnection, IElementConnection
Inheritance
SerialConnection
Implements
Extension Methods

Constructors

SerialConnection()

Default empty constructor

SerialConnection(ITcp)

Initiates a new instance with default settings for Timeout (1500), Retries (3), Element Timeout (30),

SerialConnection(IUdp)

Initiates a new instance with default settings for Timeout (1500), Retries (3), Element Timeout (30),

Properties

BusAddress

Gets or sets the bus address.

Connection

Get or Sets the connection settings.

ElementTimeout

Get or Set the timespan before the element will go into timeout after not responding.

Id

Get or Sets the zero based id of the connection.

Retries

Get or Set the amount of retries.

Timeout

Get or Set the timeout value.