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, isConnectionInProgress
static 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.Exception
CarrierImage getCarrierImage(int imageID) throws java.lang.Exception
java.lang.Exception
CarrierImage getActiveCarrierImage() throws java.lang.Exception
java.lang.Exception
boolean activateCarrierImage(int imageID) throws java.lang.Exception
java.lang.Exception
void setIfaceName(java.lang.String gobiNetIface)
int getProfileID()
void setProfileID(int profileID)
int createProfile(UmtsProfile profile) throws java.lang.Exception
profile
- - profile to create as UmtsProfile
int
java.lang.Exception
boolean updateProfile(int profileID, UmtsProfile profile) throws java.lang.Exception
profileID
- - profile ID as int
profile
- - profile to update as UmtsProfile
java.lang.Exception
UmtsProfile[] getUmtsProfiles() throws java.lang.Exception
java.lang.Exception
void resetModem() throws java.lang.Exception
java.lang.Exception
java.lang.String getModemManufacturer() throws java.lang.Exception
java.lang.Exception
java.lang.String getModemModel() throws java.lang.Exception
java.lang.Exception
java.lang.String getModemHardwareRevision() throws java.lang.Exception
java.lang.Exception
java.lang.String getModemFirmwareRevision() throws java.lang.Exception
java.lang.Exception
ModemSerialNumbers getModemSerialNumbers() throws java.lang.Exception
java.lang.Exception
boolean isGobiSierraQmiReady()
Copyright © 2009 Eurotech Inc. All rights reserved.