Commit 9c16685c authored by captainwong's avatar captainwong

add comment

parent 6e1db945
...@@ -57,7 +57,7 @@ public class AdemcoHbLibrary ...@@ -57,7 +57,7 @@ public class AdemcoHbLibrary
* @param[in] ademco_event 安定宝事件码 * @param[in] ademco_event 安定宝事件码
* @param[in] zone 防区号 * @param[in] zone 防区号
* @param[in] gg 分防区号 * @param[in] gg 分防区号
* @return String * @return hex String,如字符串"123456" 表示为 "313233343536", 需手动转换为byte[] 进行发送,参考SimpleServerThread
*/ */
public native String pack2(int seq, int ademco_id, int ademco_event, int zone, int gg, String xdata); public native String pack2(int seq, int ademco_id, int ademco_event, int zone, int gg, String xdata);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment