The DlnAdcGetSupportedEventTypes() function returns all supported ADC event types for opened DLN-series adapter.
DlnAdcGetSupportedEventTypes()
This function is defined in the dln_adc.h file.
dln_adc.h
DLN_RESULT DlnAdcGetSupportedEventTypes( HDLN handle, uint8_t port, DLN_ADC_EVENT_TYPES *supportedEventTypes );
A handle to the DLN-series adapter.
A number of the ADC port to be used.
Pointer to DLN_ADC_EVENT_TYPES structure, which will be filled by supported event type values.
DLN_ADC_EVENT_TYPES
Function was successfully executed.