示例代码
<?php
namespace cgcore\command\cqrs;
class CqrsEnum
{
const PACKAGE_01 = '01';//充电桩登录认证 充电桩->运营平台
const PACKAGE_02 = '02';//登录认证应答 运营平台->充电桩
const PACKAGE_03 = '03';//充电桩心跳包 充电桩->运营平台
const PACKAGE_04 = '04';//心跳包应答 运营平台->充电桩
const PACKAGE_05 = '05';//计费模型验证请求 充电桩->运营平台
const PACKAGE_06 = '06';//计费模型验证请求应答 运营平台->充电桩
const PACKAGE_09 = '09';//充电桩计费模型请求 充电桩->运营平台
const PACKAGE_0A = '0A';//计费模型请求应答 运营平台->充电桩
const PACKAGE_12 = '12';//读取实时监测数据 运营平台->充电桩
const PACKAGE_13 = '13';//离线监测数据 充电桩->运营平台
const PACKAGE_15 = '15';//充电握手 充电桩->运营平台
const PACKAGE_17 = '17';//参数配置 充电桩->运营平台
const PACKAGE_19 = '19';//充电结束 充电桩->运营平台
const PACKAGE_1B = '1B';//错误报文 充电桩->运营平台
const PACKAGE_1D = '1D';//充电阶段 BMS 中止 充电桩->运营平台
const PACKAGE_21 = '21';//充电阶段充电机中止 充电桩->运营平台
const PACKAGE_23 = '23';//充电过程 BMS 需求、充电机输出 充电桩->运营平台
const PACKAGE_25 = '25';//充电过程 BMS 信息 充电桩->运营平台
const PACKAGE_31 = '31';//充电桩主动申请启动充电 充电桩->运营平台
const PACKAGE_32 =

最低0.47元/天 解锁文章
1354





