Table of Contents

Method GetColumn

Namespace
Skyline.DataMiner.Utils.Protocol.Extension
Assembly
Skyline.DataMiner.Utils.Protocol.Extension.dll

GetColumn(SLProtocol, int, uint)

Retrieves the values of the column with the specified tablePid and columnIdx.

public static object[] GetColumn(this SLProtocol protocol, int tablePid, uint columnIdx)

Parameters

protocol SLProtocol

Link with SLProtocol process.

tablePid int

The ID of the table parameter.

columnIdx uint

The 0-based position of the column, corresponding to the idx as defined in protocol.xml file.

Returns

object[]

The values of the retrieved column.