| | |
| | | public static final int CMD_ResetSystemAck = 0x0F; //重启成功15
|
| | | public static final int CMD_ResetSystem = 0x10; //重启设备16
|
| | |
|
| | | |
| | | /**
|
| | | * 老版本的平台只需要将 fbs9100_state表中op_cmd设置为1即为启动内阻测试
|
| | | */
|
| | | public static final int CMD_StartResTestAck = 0x00; //启动内阻成功
|
| | | public static final int CMD_StartResTest = 0x01; //启动内阻
|
| | |
|
| | | public static final int CMD_StartResTestNewAck = 0x52; //启动内阻成功
|
| | | public static final int CMD_StartResTestNew = 0x51; //启动内阻
|
| | | |
| | | |
| | | public static final int CMD_SetJunHeng = 0xC1; //设置均衡
|
| | | public static final int CMD_SetJunHengAck = 0xC2; //设置均衡成功
|
| | |
|