| | |
| | | public static final int CMD_ControlRectifModel =0xA4; //控制整流模块 |
| | | public static final int CMD_ControlRectifModel_ACK=0xA5; //控制整流模块成功 |
| | | |
| | | /**东峰平台*/ |
| | | public static final int CMD_StartDischarge_DF = 0x25; //启动放电测试 |
| | | public static final int CMD_StartDischargeAck_DF = 0x26; //启动放电测试成功 |
| | | public static final int CMD_StopDischarge_DF = 0x27; //停止放电测试 |
| | | public static final int CMD_StopDischargeAck_DF = 0x28; //停止放电测试成功 |
| | | public static final int CMD_StartChrCharge_DF = 0x40; //启动充电测试 |
| | | public static final int CMD_StartChrChargeAck_DF = 0x41; //启动充电测试成功 |
| | | public static final int CMD_StopChrCharge_DF = 0x42; //停止充电测试 |
| | | public static final int CMD_StopChrChargeAck_DF = 0x43; //停止充电测试成功 |
| | | |
| | | } |