Method GetColumn
- 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
SLProtocolLink with SLProtocol process.
tablePid
intThe ID of the table parameter.
columnIdx
uintThe 0-based position of the column, corresponding to the idx as defined in protocol.xml file.
Returns
- object[]
The values of the retrieved column.