com.cisco.jtapi.extensions
Interface CiscoTerminalProtocol


public interface CiscoTerminalProtocol

Introduction

The CiscoTerminalProtocol event is a container for the constants that define protocol types.


Field Summary
static int PROTOCOL_CTI_REMOTE_DEVICE
          This constant value returned by the getProtocol() interface on CiscoTerminal indicates that the protocol type for the CiscoTerminal is CTI Remote Device.
static int PROTOCOL_NONE
          This constant value returned by the getProtocol() interface on CiscoTerminal indicates that the protocol type for the CiscoTerminal is not known or not available.
static int PROTOCOL_SCCP
          This constant value returned by the getProtocol() interface on CiscoTerminal indicates that the protocol type for the CiscoTerminal is SCCP.
static int PROTOCOL_SIP
          This constant value returned by the getProtocol() interface on CiscoTerminal indicates that the protocol type for the CiscoTerminal is SIP.
 

Field Detail

PROTOCOL_NONE

static final int PROTOCOL_NONE
This constant value returned by the getProtocol() interface on CiscoTerminal indicates that the protocol type for the CiscoTerminal is not known or not available.

See Also:
CiscoTerminal, Constant Field Values

PROTOCOL_SCCP

static final int PROTOCOL_SCCP
This constant value returned by the getProtocol() interface on CiscoTerminal indicates that the protocol type for the CiscoTerminal is SCCP.

See Also:
CiscoTerminal, Constant Field Values

PROTOCOL_SIP

static final int PROTOCOL_SIP
This constant value returned by the getProtocol() interface on CiscoTerminal indicates that the protocol type for the CiscoTerminal is SIP.

See Also:
CiscoTerminal, Constant Field Values

PROTOCOL_CTI_REMOTE_DEVICE

static final int PROTOCOL_CTI_REMOTE_DEVICE
This constant value returned by the getProtocol() interface on CiscoTerminal indicates that the protocol type for the CiscoTerminal is CTI Remote Device.

Since:
9.0.1
See Also:
CiscoTerminal, Constant Field Values