The DlnAdcGetSupportedResolutions() function returns all supported resolution values for connected DLN-series adapter.
DlnAdcGetSupportedResolutions()
This function is defined in the dln_adc.h file.
dln_adc.h
DLN_RESULT DlnAdcGetSupportedResolutions( HDLN handle, uint8_t port, DLN_ADC_RESOLUTIONS *supportedResolutions );
A handle to the DLN-series adapter.
A number of the ADC port to be used.
Pointer to DLN_ADC_RESOLUTIONS structure, which will be filled by supported resolution values.
DLN_ADC_RESOLUTIONS
Function was successfully executed.