公告板
版本库
filestore
活动
搜索
登录
李军
/
BattMonitor_FBS9600S
FBS9600通信程序,带了均衡电压版本
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
首次提交
Administrator
2021-08-12
8467d3be4ce3be340d36f45c83d370def9e7e50f
[~whyclj/BattMonitor_FBS9600S.git]
/
BattMonitor_FBS9600S
/
src
/
com
/
donghuan
/
c_interface
/
CIntefaceStateData.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.donghuan.c_interface;
public class CIntefaceStateData {
int bg_id;
int tx_count;
int rx_count;
int com_err_count;
int com_err_type;
public CIntefaceStateData(int id) {
bg_id = id;
}
}