public class ADCManager
extends java.lang.Object
This manager allows applications to create ADC objects.
Unless noted, all ADC API methods require the
com.digi.android.permission.ADC permission. If your application does
not have this permission it will not have access to any ADC service feature.
ADC| Constructor and Description |
|---|
ADCManager(android.content.Context context)
Class constructor.
|
public ADCManager(android.content.Context context)
ADCManager using the given
application context.
The ADCManager allows you to create ADC channels using the
createADC(int) method.
context - Android application context.createADC(int)