public interface IEsptouchTaskParameter
| 限定符和类型 | 方法和说明 |
|---|---|
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
|
long getIntervalGuideCodeMillisecond()
long getIntervalDataCodeMillisecond()
long getTimeoutGuideCodeMillisecond()
long getTimeoutDataCodeMillisecond()
long getTimeoutTotalCodeMillisecond()
int getTotalRepeatTime()
int getEsptouchResultOneLen()
int getEsptouchResultMacLen()
int getEsptouchResultIpLen()
int getEsptouchResultTotalLen()
int getPortListening()
String getTargetHostname()
int getTargetPort()
int getWaitUdpReceivingMillisecond()
int getWaitUdpSendingMillisecond()
int getWaitUdpTotalMillisecond()
int getThresholdSucBroadcastCount()
void setWaitUdpTotalMillisecond(int waitUdpTotalMillisecond)
waitUdpTotalMillisecond - the millisecond for waiting udp sending and receivingint getExpectTaskResultCount()
void setExpectTaskResultCount(int expectTaskResultCount)
expectTaskResultCount - the count of expect task results