GetCJCInfo()

Returns the number of CJC temperature channels logged in a binary file.

Member of the DataLogger class.

Function Prototype

VB .NET

Public Function GetCJCInfo(ByRef cjcCount As Integer) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo GetCJCInfo(ref int cjcCount)

Parameter

cjcCount

The number of CJC temperature channels logged in the file.

Returns