hp.telephony.media
Interface SMSConstants

All Known Subinterfaces:
SMSPlayerRecorder

public interface SMSConstants

The Symbols used by the SMS Resources


Field Summary
static Symbol a_Mode
          Indicates the SMS Mode Valid values: v_Master_Mode, v_Slave_Mode.
static Symbol a_Protocol
          Indicates the SMS protocol Valid values: v_Protocol_1, v_Protocol_2.
static Symbol v_Master_Mode
          Indicates a SMS Mode type The a_Mode parameter allows to set the message type.
static Symbol v_Protocol_1
          Indicates a SMS protocol type The a_Protocol parameter allows to set the message type.
static Symbol v_Protocol_2
          Indicates a SMS protocol type The a_Protocol parameter allows to set the message type.
static Symbol v_Protocol_3
          Indicates a SMS protocol type reserved for an internal test usage The a_Protocol parameter allows to set the message type.
static Symbol v_Slave_Mode
          Indicates a SMS Mode type The a_Mode parameter allows to set the message type.
 

Field Detail

a_Protocol

public static final Symbol a_Protocol
Indicates the SMS protocol

Valid values: v_Protocol_1, v_Protocol_2. v_Protocol_1 is not supported yet.


v_Protocol_1

public static final Symbol v_Protocol_1
Indicates a SMS protocol type The a_Protocol parameter allows to set the message type.


v_Protocol_2

public static final Symbol v_Protocol_2
Indicates a SMS protocol type The a_Protocol parameter allows to set the message type.


v_Protocol_3

public static final Symbol v_Protocol_3
Indicates a SMS protocol type reserved for an internal test usage The a_Protocol parameter allows to set the message type.


a_Mode

public static final Symbol a_Mode
Indicates the SMS Mode

Valid values: v_Master_Mode, v_Slave_Mode.


v_Master_Mode

public static final Symbol v_Master_Mode
Indicates a SMS Mode type The a_Mode parameter allows to set the message type.


v_Slave_Mode

public static final Symbol v_Slave_Mode
Indicates a SMS Mode type The a_Mode parameter allows to set the message type.