com.cisco.jtapi.extensions
Interface CiscoMediaConnectionMode


public interface CiscoMediaConnectionMode

Introduction

The CiscoMediaConnectionMode interface lists all of the media connection modes.


Field Summary
static int NONE
          There is no active transmit or receive channel.
static int RECEIVE_ONLY
          Only the receive channel is active.
static int TRANSMIT_AND_RECEIVE
          Both the transmit and the receive channels are active.
static int TRANSMIT_ONLY
          Only the transmit channel is active.
 

Field Detail

NONE

static final int NONE
There is no active transmit or receive channel.

See Also:
Constant Field Values

RECEIVE_ONLY

static final int RECEIVE_ONLY
Only the receive channel is active.

See Also:
Constant Field Values

TRANSMIT_ONLY

static final int TRANSMIT_ONLY
Only the transmit channel is active.

See Also:
Constant Field Values

TRANSMIT_AND_RECEIVE

static final int TRANSMIT_AND_RECEIVE
Both the transmit and the receive channels are active.

See Also:
Constant Field Values