public class GsmCsdBrowserSettings extends CSDBrowserSettings
CALLSPEED_14400, CALLSPEED_19200, CALLSPEED_28800, CALLSPEED_38400, CALLSPEED_43200, CALLSPEED_57600, CALLSPEED_9600, CALLSPEED_AUTO
CHAP, MS_CHAP, PAP
CLASS_0, CLASS_1, CLASS_2, CLASS_3, DC_8BIT, DC_DEFAULT, DC_GROUP_DATA, DC_GROUP_GENERAL, DC_GROUP_MSG_WAITING_DISCARD, DC_GROUP_MSG_WAITING_STORE, DC_UCS2, INDICATION_ACTIVE, INDICATION_INACTIVE, INDICATION_TYPE_EMAIL, INDICATION_TYPE_FAX, INDICATION_TYPE_OTHER, INDICATION_TYPE_VOICEMAIL, NO_CLASS
ACK_TIME, MT_BINARY, MT_STATUS, MT_TEXT, SENDER_TYPE_ALPHA, SENDER_TYPE_GUESS, SENDER_TYPE_NUMBER
Constructor and Description |
---|
GsmCsdBrowserSettings(java.lang.String proxy,
java.lang.String csdDialstring)
creates a GSM/CSD BrowserSetting
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCSDCallspeed()
Returns the CSD callspeed.
|
boolean |
isCSDCalltypeAnalogue()
Returns true if the CSD calltype is set to analogue.
|
void |
setCSDCallspeed(java.lang.String speed)
Indicates the desired call speed to be used for the connection.
|
void |
setCSDCalltypeAnalogue(boolean analogue)
Indicates the type of circuit switched call to be used for the connection.
|
getCSDDialString, setCSDDialString
getISPName, getPPPAuthtype, getPPPLoginName, getPPPLoginPassword, getProxyLoginName, getProxyLoginPassword, isPPPAutoLogin, isProxyAutoLogin, setISPName, setPPPAuthtype, setPPPAutoLogin, setPPPLogin, setProxyAutoLogin, setProxyLogin
addBookmark, getBookmarks, getBrowserSettingID, getMMSURL, getName, getPort, getProxy, removeBookmark, setBrowserSettingID, setMMSURL, setName, setPort, setProxy
buildParts, buildParts, getParts, getTimestamp, toString
containsUserDataHeader, copyFields, getAlphabet, getBytes, getCodingGroup, getDeferredDeliveryAsDate, getDeferredDeliveryInMinutes, getID, getIndicationState, getIndicationType, getMessage, getMessageClass, getParent, getPID, getRecipient, getRecipientAddress, getSender, getSenderAddress, getType, getUserData, getUserDataHeader, getValidityPeriodAsDate, getValidityPeriodInMinutes, hasDeferredDelivery, hasMessageClass, hasValidityPeriod, isCompressed, isMMS, isRejectDuplicates, isRelativeDeferredDelivery, isRelativeValidityPeriod, isReplyPath, requestStatusReport, requestStatusReport, setAlphabet, setCodingGroup, setCompression, setDeferredDelivery, setDeferredDelivery, setIndicationState, setIndicationType, setMessage, setMessage, setMessageClass, setMMS, setParent, setPID, setRecipient, setRecipientAddress, setRejectDuplicates, setReplyPath, setSender, setSenderAddress, setType, setUserData, setUserDataHeader, setUserDataHeader, setValidityPeriod, setValidityPeriod
clone, getProperty, getSenderType, setID, setProperty, setSenderType
public GsmCsdBrowserSettings(java.lang.String proxy, java.lang.String csdDialstring)
proxy
- the address of the proxy.csdDialstring
- MSISDN number of the modem pool.public void setCSDCalltypeAnalogue(boolean analogue)
CSDBrowserSettings
Note: In general the calltype should be ANALOGUE, since ISDN is not generally available on all networks.
analogue
- (true=ANALOGUE, false=ISDN)public boolean isCSDCalltypeAnalogue()
CSDBrowserSettings
public void setCSDCallspeed(java.lang.String speed)
CSDBrowserSettings
Allowed values:
CSDBrowserSettings.CALLSPEED_AUTO
(Default value if CSD calltype is ANALOGUE)CSDBrowserSettings.CALLSPEED_9600
(Default value if CSD calltype is ISDN)CSDBrowserSettings.CALLSPEED_14400
CSDBrowserSettings.CALLSPEED_19200
CSDBrowserSettings.CALLSPEED_28800
CSDBrowserSettings.CALLSPEED_38400
CSDBrowserSettings.CALLSPEED_43200
CSDBrowserSettings.CALLSPEED_57600
speed
- the CSD call speedpublic java.lang.String getCSDCallspeed()
CSDBrowserSettings
object XP, Inc. © 2000-2013. All rights reserved object XP