Table of Contents

Property this

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

this[int]

Gets the specified input port.

public MatrixInput this[int index] { get; }

Parameters

index int

The zero-based index of the input port.

Property Value

MatrixInput

The input port at the specified index.

Exceptions

ArgumentOutOfRangeException

index is less than zero. -or- index is equal to or greater than MaxInputs.