Package | Description |
---|---|
com.dsi.ant.channel |
Modifier and Type | Method and Description |
---|---|
static PredefinedNetwork |
PredefinedNetwork.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PredefinedNetwork[] |
PredefinedNetwork.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AntChannel |
AntChannelProvider.acquireChannel(Context context,
PredefinedNetwork network)
Acquires a free ANT Channel for this application to use.
|
AntChannel |
AntChannelProvider.acquireChannel(Context context,
PredefinedNetwork network,
Capabilities requiredCapabilities)
Acquires a free ANT Channel for this application to use.
|
AntChannel |
AntChannelProvider.acquireChannel(Context context,
PredefinedNetwork network,
Capabilities requiredCapabilities,
Capabilities desiredCapabilities)
Acquires a free ANT Channel for this application to use.
|
AntChannel |
AntChannelProvider.acquireChannelFromAdapter(Context context,
AdapterInfo adapter,
PredefinedNetwork network)
Acquires a free ANT Channel for this application to use.
|
AntContinuousScanController |
AntChannelProvider.acquireContinuousScanController(Context context,
AdapterInfo adapter,
PredefinedNetwork network,
boolean disableRxOnlyMode)
Acquires an ANT continuous scan controller that is in assigned state for
this application to use.
|
Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.