public final class StXdsl
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
StXdsl.Config
DSL configuration information
|
static class |
StXdsl.ErrorStats
DSL error information
|
static class |
StXdsl.PhyParams
Physical layer parameters
|
static class |
StXdsl.State
Means the current state of Dsl test
|
Modifier and Type | Method and Description |
---|---|
StXdsl.Config |
getConfig()
Obtain the specified DSL information
|
StXdsl.ErrorStats |
getErrorStats()
Obtain the specified DSL information
|
static StXdsl |
getInstance()
Gets a DSL test object
|
StXdsl.PhyParams |
getPhyParams()
Obtain the specified DSL information
|
StXdsl.State |
getState()
View the current running state
|
boolean |
isActived()
|
boolean |
start()
Started the implementation of Dsl test,
the blocking function, return success or failure
, Don't run in the main thread
|
void |
stop()
close DSL test
|
public boolean start() throws java.lang.InterruptedException
java.lang.InterruptedException
public void stop()
public boolean isActived()
public StXdsl.State getState()
public StXdsl.Config getConfig()
dataTypes
- XdslData.DataType
Specify the type of informationpublic StXdsl.PhyParams getPhyParams()
dataTypes
- XdslData.DataType
Specify the type of informationpublic StXdsl.ErrorStats getErrorStats()
dataTypes
- XdslData.DataType
Specify the type of informationpublic static StXdsl getInstance() throws java.lang.IllegalStateException
java.lang.IllegalStateException