|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISierraEvdoModemService
Field Summary | |
---|---|
static java.lang.String |
SERVICE_NAME
service name of this interface for the bundle activator (com.esf.device.modem.service.IEvdoModemService) |
Method Summary | |
---|---|
java.util.GregorianCalendar |
getActivationDate()
Reports Activation Date |
java.lang.String |
getActivationStatus()
Reports activation status |
int |
getChannelNumber()
Reports channel number |
int |
getChannelState()
Reports channel state |
java.lang.String |
getChannelStateString()
Reports channel state string. |
int |
getCurrentBandClass()
Report current band class |
java.lang.String |
getCurrentBandClassString()
Report current band class string. |
java.lang.String |
getFirmwareDate()
Reports firmware date |
java.lang.String |
getFirmwareVersion()
Reports firmware version |
java.lang.String |
getMobileDirectoryNumber()
Reports Mobile Directory Number (MDN) |
java.lang.String |
getMobileIdentificationNumber()
Reports Mobile Identification Number (MIN) |
int |
getNetworkID()
|
int |
getPRLversion()
Obtains current PRL (Preferred Roaming List) version |
java.lang.String |
getRoamingStatus()
Reports roaming status |
int |
getSystemID()
|
boolean |
isActivated()
Answers if EVDO modem is activated |
void |
provision()
This method provisions EVDO modem |
void |
setMobileDirectoryNumber(java.lang.String msl,
java.lang.String mdn)
Sets Mobile Directory Number (MDN) |
void |
setMobileIdentificationNumber(java.lang.String msl,
java.lang.String min)
Sets Mobile Identification Number (MIN) |
void |
setNamProfile(java.lang.String msl,
java.lang.String mdn,
java.lang.String min,
int sid,
int nid)
Sets NAM profile |
void |
updatePRL()
Updates PRL (Preferred Roaming List) on the modem by launching Client-Initiated 'PRL Update' session with the service provider. |
void |
updatePRL(java.lang.String msl,
byte[] prldata)
Updates PRL (Preferred Roaming List) to the modem using PRL data supplied. |
void |
updatePRL(java.lang.String msl,
java.lang.String prlfilename)
Updates PRL (Preferred Roaming List) on the modem given full path to the PRL file. |
Methods inherited from interface com.esf.device.modem.service.IUsbCellularModemService |
---|
getSupportedInterfaceType |
Methods inherited from interface com.esf.device.modem.service.ICellularModemService |
---|
applyNewConfiguration, connect, disconnect, getCallRxCounter, getCallTxCounter, getConnectionInfo, getIPaddress, getNetworkTechnology, getPeerIPaddress, getPowerMode, getServiceType, getSignalStrength, isConnected, isConnecting, isEnabledInConfiguration, isRoaming, provideConfiguration, reset, turnOff, turnOn |
Methods inherited from interface com.esf.device.modem.service.IBasicCellularModemService |
---|
allowConnect, disable, enable, getManufacturer, getModel, getRevisionID, getSerialNumber, isConnectAllowed, isEnabled, isOn |
Methods inherited from interface com.esf.device.modem.service.IUsbModemService |
---|
getProductID, getUsbPortAddress, getVendorID |
Field Detail |
---|
static final java.lang.String SERVICE_NAME
Method Detail |
---|
boolean isActivated() throws java.lang.Exception
java.lang.Exception
java.util.GregorianCalendar getActivationDate() throws java.lang.Exception
java.lang.Exception
java.lang.String getMobileDirectoryNumber() throws java.lang.Exception
java.lang.Exception
java.lang.String getMobileIdentificationNumber() throws java.lang.Exception
java.lang.Exception
java.lang.String getFirmwareVersion() throws java.lang.Exception
String
java.lang.Exception
java.lang.String getFirmwareDate() throws java.lang.Exception
String
java.lang.Exception
int getPRLversion() throws java.lang.Exception
java.lang.Exception
void setMobileDirectoryNumber(java.lang.String msl, java.lang.String mdn) throws java.lang.Exception
msl
- - subsidy lockmdn
- - mobile directory number
java.lang.Exception
void setMobileIdentificationNumber(java.lang.String msl, java.lang.String min) throws java.lang.Exception
msl
- - subsidy lockmin
- - mobile identificaiton number
java.lang.Exception
void setNamProfile(java.lang.String msl, java.lang.String mdn, java.lang.String min, int sid, int nid) throws java.lang.Exception
msl
- - Master Subsidy Lock (MSL) as String
mdn
- - Mobile Directory Number (MDN) as Stringmin
- - Mobile Identification Number (MIN) as String
sid
- - System ID (SID) as int
nid
- - Network ID (NID) as int
- Throws:
java.lang.Exception
void updatePRL(java.lang.String msl, java.lang.String prlfilename) throws java.lang.Exception
msl
- - Master Subsidy Lockprlfilename
- - absolute pass to prlfilename
java.lang.Exception
void updatePRL(java.lang.String msl, byte[] prldata) throws java.lang.Exception
msl
- - Master Subsidy Lockprldata
- - PRL data
java.lang.Exception
void updatePRL() throws java.lang.Exception
java.lang.Exception
void provision() throws java.lang.Exception
java.lang.Exception
int getSystemID() throws java.lang.Exception
java.lang.Exception
int getNetworkID() throws java.lang.Exception
java.lang.Exception
int getChannelNumber() throws java.lang.Exception
java.lang.Exception
int getChannelState() throws java.lang.Exception
java.lang.Exception
java.lang.String getChannelStateString() throws java.lang.Exception
java.lang.Exception
int getCurrentBandClass() throws java.lang.Exception
java.lang.Exception
java.lang.String getCurrentBandClassString() throws java.lang.Exception
java.lang.Exception
java.lang.String getRoamingStatus() throws java.lang.Exception
String
java.lang.Exception
java.lang.String getActivationStatus() throws java.lang.Exception
String
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |