Table of Contents

Method IsConnectedToInput

Namespace
Skyline.DataMiner.Core.Matrix.Protocol
Assembly
Skyline.DataMiner.Core.Matrix.Protocol.dll

IsConnectedToInput(int)

Retrieves a value indicating whether this matrix output is connected with the specified matrix input.

public bool IsConnectedToInput(int inputIndex)

Parameters

inputIndex int

The zero-based index of the matrix input.

Returns

bool

true if the specified input is connected with this matrix output; otherwise, false.

Exceptions

ArgumentOutOfRangeException

The specified input index is not in the range [0, MaxInputs-1].