epptouch sdk更新,闪退修改强化

This commit is contained in:
kai
2021-06-26 22:37:40 +08:00
parent 0ab7d833a0
commit 6d1d973610
19 changed files with 268 additions and 203 deletions
+6 -6
View File
@@ -17,11 +17,11 @@
/**
* send the data by UDP
*
* @param bytesArray2
* @param bytes
* the array of datas to be sent
* @param targetHostName
* @param targetHost
* the host name of target, e.g. 192.168.1.101
* @param port
* @param targetPort
* the port of target
* @param interval
* the milliseconds to between each UDP sent
@@ -32,15 +32,15 @@
/**
* send the data by UDP
*
* @param bytesArray2
* @param data
* the data to be sent
* @param offset
* the offset which data to be sent
* @param count
* the count of the data
* @param targetHostName
* @param targetHost
* the host name of target, e.g. 192.168.1.101
* @param port
* @param targetPort
* the port of target
* @param interval
* the milliseconds to between each UDP sent