Returns the number of digital I/O channels logged in a binary file.
C/C++
int cbLogGetDIOInfo(char* Filename, int* DIOCount)
Visual Basic
Function cbLogGetDIOInfo(ByVal Filename$, ByRef DIOChannelCount&) As Long
Filename
The name of the file to retrieve the information from.
DIOCount
The number of digital I/O channels logged in the binary file.