public interface IBeceemWimaxService extends IModemLinkService
Modifier and Type | Field and Description |
---|---|
static int |
BasePortNumber |
static int |
DfltIfaceNumber |
static java.lang.String |
DfltModemModel |
static int |
DfltNetworkEntryToutSec |
static int |
DfltNetworkSearchToutSec |
static java.lang.String |
SERVICE_NAME
Reports the class name representing this interface.
|
Modifier and Type | Method and Description |
---|---|
void |
connect(int baseSttationIndex)
Connect request
|
int |
getWimaxdPid()
Reports process ID of WiMAX daemon
|
int |
getWimaxPort()
Reports network port WiMAX daemon listens on.
|
java.util.Properties |
getWimaxProperties()
Reports Beceem WiMAX properties.
|
void |
initialize(java.util.Properties configProperties,
java.util.Properties wimaxProperties)
Initializes WiMAX service
|
void |
release()
Releases WiMAX service
|
WimaxBaseStation[] |
search()
Performs a search and reports list of available base stations
|
WimaxConnectionStatus |
status()
Obtains connection status
|
connect, disconnect, getGatewayIpAddress, getIfaceName, getIPaddress, getModemConnectionInfo, isConnected, isConnected, isConnectionInProgress, isConnectionInProgress
static final java.lang.String SERVICE_NAME
static final int DfltIfaceNumber
static final int BasePortNumber
static final java.lang.String DfltModemModel
static final int DfltNetworkSearchToutSec
static final int DfltNetworkEntryToutSec
java.util.Properties getWimaxProperties()
Properties
void initialize(java.util.Properties configProperties, java.util.Properties wimaxProperties) throws java.lang.Exception
configProperties
- - configuration propertieswimaxProperties
- - Beceem WiMAX properties as Properties
java.lang.Exception
void release() throws java.lang.Exception
java.lang.Exception
WimaxConnectionStatus status() throws java.lang.Exception
java.lang.Exception
WimaxBaseStation[] search() throws java.lang.Exception
WimaxBaseStation
java.lang.Exception
void connect(int baseSttationIndex) throws java.lang.Exception
baseSttationIndex
- - base station index as int
java.lang.Exception
int getWimaxdPid()
int
int getWimaxPort()
int
Copyright © 2009 Eurotech Inc. All rights reserved.