com.mot.iden.device.controls
Interface OutboundRouteControl

All Superinterfaces:
Control

public interface OutboundRouteControl
extends Control

This interface is for controlling the routing of java, voice, and speakerphone. MOTOROLA and the Stylized M Logo are registered trademarks of Motorola, Inc. Reg. U.S. Pat. & Tm. Off.
© Copyright 2003 Motorola, Inc. All Rights Reserved.



Method Summary
 int getOutboundRoute(int feature)
          This method returns which path outbound audio is being routed.
 void setOutboundRoute(int feature, int route)
          This method sets the path for outbound audio.
 

Method Detail

getOutboundRoute

public int getOutboundRoute(int feature)
This method returns which path outbound audio is being routed.

Parameters:
feature - An integer of JAVA, TWO_WAY_RADIO, or PHONE_CALL
Returns:
SPEAKER or EARPIECE.

setOutboundRoute

public void setOutboundRoute(int feature,
                             int route)
                      throws java.lang.IllegalArgumentException
This method sets the path for outbound audio.

Parameters:
feature - Either JAVA, TWO_WAY_RADIO, or PHONE_CALL
route - SPEAKER or EARPIECE.
Throws:
java.lang.IllegalArgumentException