Interface | Description |
---|---|
StOnuInspect.OnuStateListener |
ONU状态监听接口
|
StOnuInspect.ZeroConfigStateListener |
零配置状态回调
|
Class | Description |
---|---|
StOnuInspect |
该类包含了光资源核查用的API接口
|
StPonTest |
main class of optical power measurement , through start
StPonTest.start(WaveLength) method to start the test or switch wavelengths , then
through StPonTest.getPower() method to get the current measured wavelength , when stopped run StPonTest.stop() to end measurement. |
StPonTest.OpticalPower |
The return value of optical power test
|
StRedLight |
main class of red light
, through start
StRedLight.getInstance() method to get an instance
, then through StRedLight.powerOn() method to enable red light
, when stopped run StRedLight.powerOff() to disable red light. |
StXdsl |
The xDSL test class
Firstly through start()Open the test pattern, Modem is initialization, finished initialization,start() is Completion of execution Can through isActived()view the current DSL line is activated After Activation can through getConfig() getErrorStats() getPhyParams()get the information After the completion of testing, applicate stop() Application platform:ST307 |
StXdsl.Config |
DSL configuration information
|
StXdsl.Config.ConfigType |
Enumerate the current AD configuration information to support universal client access
|
StXdsl.ErrorStats |
DSL error information
|
StXdsl.ErrorStats.ErrorStatsType |
Enumerate the current AD configuration information to support universal client access
|
StXdsl.PhyParams |
Physical layer parameters
|
StXdsl.PhyParams.PhyParamsType |
Physical layer parameters which the current DSL support
|
StXdsl.State |
Means the current state of Dsl test
|
Enum | Description |
---|---|
StOnuInspect.ONU_ERROR_NUM |
ONU错误码
|
StOnuInspect.PPPoEState |
PPPoE链接状态
|
StPonTest.WaveLength |
Wavelength type
This enumeration class defines the wavelength may be supported on all platforms for specific platforms.
|