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
protocolSLProtocolLink with SLProtocol process.
tablePidintThe ID of the table parameter.
columnIdxuintThe 0-based position of the column, corresponding to the idx as defined in protocol.xml file.
Returns
- object[]
The values of the retrieved column.