mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-07 11:29:53 +08:00
!27 Merge branch 'master' into Feat_远程账户余额更新
* 离线卡数据同步(0x44) 离线卡数据同步应答(0x43) * Merge branch 'master' into Feat_远程账户余额更新 * 离线卡数据同步(0x44) 离线卡数据同步应答(0x43) * 下发卡个数 参数校验 * Merge branch 'master' into Feat_远程账户余额更新 * 离线卡数据同步(0x44) 离线卡数据同步应答(0x43) * 远程账户余额更新(0x42) 余额更新应答(0x41)
This commit is contained in:
@@ -136,4 +136,23 @@ public interface PileProtocolService {
|
||||
*/
|
||||
void postLockStatus(UplinkQueueMessage uplinkQueueMessage, Callback callback);
|
||||
|
||||
/**
|
||||
* 远程账户余额更新
|
||||
*/
|
||||
void limitUpdateRequest(ProtocolProto.LimitUpdateRequest request);
|
||||
|
||||
/**
|
||||
* 远程账户余额更新应答
|
||||
*/
|
||||
void onLimitUpdateResponse(UplinkQueueMessage uplinkQueueMessage, Callback callback);
|
||||
|
||||
/**
|
||||
* 离线卡数据同步
|
||||
*/
|
||||
void offlineCardSyncRequest(ProtocolProto.OfflineCardSyncRequest request);
|
||||
|
||||
/**
|
||||
* 离线卡数据同步应答
|
||||
*/
|
||||
void onOfflineCardSyncResponse(UplinkQueueMessage uplinkQueueMessage, Callback callback);
|
||||
}
|
||||
Reference in New Issue
Block a user