Table of Contents

Property this

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

this[int]

Gets the specified output port.

public MatrixOutput this[int index] { get; }

Parameters

index int

The zero-based index of the output port.

Property Value

MatrixOutput

The output port at the specified index.

Exceptions

ArgumentOutOfRangeException

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