Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ademco_hb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
captainwong
ademco_hb
Commits
9c16685c
Commit
9c16685c
authored
Jul 08, 2020
by
captainwong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add comment
parent
6e1db945
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
AdemcoHbLibrary.java
examples/javademo/jni/AdemcoHbLibrary.java
+1
-1
No files found.
examples/javademo/jni/AdemcoHbLibrary.java
View file @
9c16685c
...
...
@@ -57,7 +57,7 @@ public class AdemcoHbLibrary
* @param[in] ademco_event 安定宝事件码
* @param[in] zone 防区号
* @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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment