公告板
版本库
filestore
活动
搜索
登录
李军
/
idce8kw
IDCE8KW通讯程序
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
第一次提交
whyclj
2019-11-02
7b0d9dc2adc6da45cb5593456c58d83a21de0cfe
[~whyclj/idce8kw.git]
/
BattMonitor_IDCE8KW
/
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;
}
}