cbLogGetCJCInfo()

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

Function Prototype

C/C++

int cbLogGetCJCInfo(char* Filename, int* CJCCount)

Visual Basic

Function cbLogGetCJCInfo(ByVal Filename$, ByRef CJCChannelCount&) As Long

Arguments

Filename

The name of the file to retrieve the information from.

CJCCount

The number of CJC temperature channels logged in the file.

Returns