|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object OEM com.motorola.oem.hapi.A2dManager
public final class A2dManager
The A2dManager class contains methods for initialization and management of the A2d unit.General description:
Field Summary | |
---|---|
static int |
CH1
Constant specifying CH1 |
static int |
CH2
Constant specifying CH2 |
static int |
CH3
Constant specifying CH3 |
Method Summary | |
---|---|
A2dChannel |
getChannel(int channelNum)
Get the A2dChannel specified by channelNum. |
static A2dManager |
getInstance()
Returns a reference to the A2dManager's single instance. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int CH1
public static final int CH2
public static final int CH3
Method Detail |
---|
public static A2dManager getInstance() throws A2dException
A2dException
- Trying construct A2dManager in a device with an HMI HW. Error code - OEMException.CONSTRUCT_CLASS_ERROR
Failed to construct A2dManager. Error code - OEMException.GENERAL_ERROR
public A2dChannel getChannel(int channelNum) throws A2dException
Provides access to A2dChannels.
channelNum
- requested channel number.
A2dChannel
Instance related to channelNum.
A2dException
- Calling getChannel with invalid parameters. Error code - OEMException.ILLEGAL_PARAM_ERROR
CH1
,
CH2
,
CH3
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |