Table of Contents

Class SLNetConnection

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

Represents an SLNet connection.

public class SLNetConnection : ISLNetConnection
Inheritance
SLNetConnection
Implements
Extension Methods

Properties

IsAlive

Gets a value indicating whether the connection is alive.

RawConnection

Gets the raw connection.

Methods

CloseConnection()

Closes the connection.

OpenConnection()

Opens the connection.

SendMessage(DMSMessage)

Sends the specified message to the SLNet process.

SendMessages(params DMSMessage[])

Sends the specified messages to the SLNet process.

SendSingleResponseMessage(DMSMessage)

Sends the specified message to the SLNet process.

TryOpenConnection()

Tries to open the connection.