public class EsptouchTaskParameter extends Object implements IEsptouchTaskParameter
| 构造器和说明 |
|---|
EsptouchTaskParameter() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getEsptouchResultIpLen()
get esptouchResult length of ip
|
int |
getEsptouchResultMacLen()
get esptouchResult length of mac
|
int |
getEsptouchResultOneLen()
get esptouchResult length of one
|
int |
getEsptouchResultTotalLen()
get esptouchResult total length
|
int |
getExpectTaskResultCount()
get the count of expect task results
|
long |
getIntervalDataCodeMillisecond()
get interval millisecond for data code(the time between each data code sending)
|
long |
getIntervalGuideCodeMillisecond()
get interval millisecond for guide code(the time between each guide code sending)
|
int |
getPortListening()
get port for listening(used by server)
|
String |
getTargetHostname()
get target hostname
|
int |
getTargetPort()
get target port
|
int |
getThresholdSucBroadcastCount()
get the threshold for how many correct broadcast should be received
|
long |
getTimeoutDataCodeMillisecond()
get timeout millisecond for data code(the time how much the data code sending)
|
long |
getTimeoutGuideCodeMillisecond()
get timeout millisecond for guide code(the time how much the guide code sending)
|
long |
getTimeoutTotalCodeMillisecond()
get timeout millisecond for total code(guide code and data code altogether)
|
int |
getTotalRepeatTime()
get total repeat time for executing esptouch task
|
int |
getWaitUdpReceivingMillisecond()
get millisecond for waiting udp receiving(receiving without sending)
|
int |
getWaitUdpSendingMillisecond()
get millisecond for waiting udp sending(sending including receiving)
|
int |
getWaitUdpTotalMillisecond()
get millisecond for waiting udp sending and receiving
|
void |
setExpectTaskResultCount(int expectTaskResultCount)
set the count of expect task results
|
void |
setWaitUdpTotalMillisecond(int waitUdpTotalMillisecond)
set the millisecond for waiting udp sending and receiving
|
public long getIntervalGuideCodeMillisecond()
IEsptouchTaskParametergetIntervalGuideCodeMillisecond 在接口中 IEsptouchTaskParameterpublic long getIntervalDataCodeMillisecond()
IEsptouchTaskParametergetIntervalDataCodeMillisecond 在接口中 IEsptouchTaskParameterpublic long getTimeoutGuideCodeMillisecond()
IEsptouchTaskParametergetTimeoutGuideCodeMillisecond 在接口中 IEsptouchTaskParameterpublic long getTimeoutDataCodeMillisecond()
IEsptouchTaskParametergetTimeoutDataCodeMillisecond 在接口中 IEsptouchTaskParameterpublic long getTimeoutTotalCodeMillisecond()
IEsptouchTaskParametergetTimeoutTotalCodeMillisecond 在接口中 IEsptouchTaskParameterpublic int getTotalRepeatTime()
IEsptouchTaskParametergetTotalRepeatTime 在接口中 IEsptouchTaskParameterpublic int getEsptouchResultOneLen()
IEsptouchTaskParametergetEsptouchResultOneLen 在接口中 IEsptouchTaskParameterpublic int getEsptouchResultMacLen()
IEsptouchTaskParametergetEsptouchResultMacLen 在接口中 IEsptouchTaskParameterpublic int getEsptouchResultIpLen()
IEsptouchTaskParametergetEsptouchResultIpLen 在接口中 IEsptouchTaskParameterpublic int getEsptouchResultTotalLen()
IEsptouchTaskParametergetEsptouchResultTotalLen 在接口中 IEsptouchTaskParameterpublic int getPortListening()
IEsptouchTaskParametergetPortListening 在接口中 IEsptouchTaskParameterpublic String getTargetHostname()
IEsptouchTaskParametergetTargetHostname 在接口中 IEsptouchTaskParameterpublic int getTargetPort()
IEsptouchTaskParametergetTargetPort 在接口中 IEsptouchTaskParameterpublic int getWaitUdpReceivingMillisecond()
IEsptouchTaskParametergetWaitUdpReceivingMillisecond 在接口中 IEsptouchTaskParameterpublic int getWaitUdpSendingMillisecond()
IEsptouchTaskParametergetWaitUdpSendingMillisecond 在接口中 IEsptouchTaskParameterpublic int getWaitUdpTotalMillisecond()
IEsptouchTaskParametergetWaitUdpTotalMillisecond 在接口中 IEsptouchTaskParameterpublic int getThresholdSucBroadcastCount()
IEsptouchTaskParametergetThresholdSucBroadcastCount 在接口中 IEsptouchTaskParameterpublic void setWaitUdpTotalMillisecond(int waitUdpTotalMillisecond)
IEsptouchTaskParametersetWaitUdpTotalMillisecond 在接口中 IEsptouchTaskParameterwaitUdpTotalMillisecond - the millisecond for waiting udp sending and receivingpublic int getExpectTaskResultCount()
IEsptouchTaskParametergetExpectTaskResultCount 在接口中 IEsptouchTaskParameterpublic void setExpectTaskResultCount(int expectTaskResultCount)
IEsptouchTaskParametersetExpectTaskResultCount 在接口中 IEsptouchTaskParameterexpectTaskResultCount - the count of expect task results