public interface IGobiSierraQmiService extends IModemLinkService
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_NAME
Reports the class name representing this interface.
|
static int |
SESSION_TYPE_CDMA2000 |
static int |
SESSION_TYPE_UMTS |
| Modifier and Type | Method and Description |
|---|---|
boolean |
activateCarrierImage(int imageID) |
int |
createProfile(UmtsProfile profile)
Creates profile
|
CarrierImage |
getActiveCarrierImage() |
CarrierImage |
getCarrierImage(int imageID) |
CarrierImage[] |
getCarrierImages() |
java.lang.String |
getModemFirmwareRevision() |
java.lang.String |
getModemHardwareRevision() |
java.lang.String |
getModemManufacturer() |
java.lang.String |
getModemModel() |
ModemSerialNumbers |
getModemSerialNumbers() |
int |
getProfileID() |
UmtsProfile[] |
getUmtsProfiles() |
boolean |
isGobiSierraQmiReady() |
void |
resetModem() |
void |
setIfaceName(java.lang.String gobiNetIface) |
void |
setProfileID(int profileID) |
boolean |
updateProfile(int profileID,
UmtsProfile profile)
Updates existing profile
|
connect, disconnect, getGatewayIpAddress, getIfaceName, getIPaddress, getModemConnectionInfo, isConnected, isConnected, isConnectionInProgress, isConnectionInProgressstatic final java.lang.String SERVICE_NAME
static final int SESSION_TYPE_CDMA2000
static final int SESSION_TYPE_UMTS
CarrierImage[] getCarrierImages() throws java.lang.Exception
java.lang.ExceptionCarrierImage getCarrierImage(int imageID) throws java.lang.Exception
java.lang.ExceptionCarrierImage getActiveCarrierImage() throws java.lang.Exception
java.lang.Exceptionboolean activateCarrierImage(int imageID)
throws java.lang.Exception
java.lang.Exceptionvoid setIfaceName(java.lang.String gobiNetIface)
int getProfileID()
void setProfileID(int profileID)
int createProfile(UmtsProfile profile) throws java.lang.Exception
profile - - profile to create as UmtsProfileintjava.lang.Exceptionboolean updateProfile(int profileID,
UmtsProfile profile)
throws java.lang.Exception
profileID - - profile ID as intprofile - - profile to update as UmtsProfilejava.lang.ExceptionUmtsProfile[] getUmtsProfiles() throws java.lang.Exception
java.lang.Exceptionvoid resetModem()
throws java.lang.Exception
java.lang.Exceptionjava.lang.String getModemManufacturer()
throws java.lang.Exception
java.lang.Exceptionjava.lang.String getModemModel()
throws java.lang.Exception
java.lang.Exceptionjava.lang.String getModemHardwareRevision()
throws java.lang.Exception
java.lang.Exceptionjava.lang.String getModemFirmwareRevision()
throws java.lang.Exception
java.lang.ExceptionModemSerialNumbers getModemSerialNumbers() throws java.lang.Exception
java.lang.Exceptionboolean isGobiSierraQmiReady()
Copyright © 2009 Eurotech Inc. All rights reserved.