The DlnAdcGetPortCount() function retrieves the number of ADC ports available in your DLN-series adapter. This function is defined in the dln_adc.h file.
DlnAdcGetPortCount()
dln_adc.h
DLN_RESULT DlnAdcGetPortCount( HDLN handle, uint8_t* count );
A handle to the DLN-series adapter.
A pointer to an unsigned 8-bit integer. The integer will be filled with the number of available ADC ports after the function execution.
Function was successfully executed.