ElinkProbeBoxParseCallback constructor
ElinkProbeBoxParseCallback({
- OnGetVersion? onGetVersion,
- VoidCallback? onRequestSyncTime,
- OnSetResult? onSetResult,
- OnSyncTimeResult? onSyncTimeResult,
- OnSwitchUnit? onSwitchUnit,
- OnGetProbeBoxInfo? onGetProbeChargingBoxInfo,
- OnGetProbeInfo? onGetProbeInfo,
Implementation
ElinkProbeBoxParseCallback({
this.onGetVersion,
this.onRequestSyncTime,
this.onSetResult,
this.onSyncTimeResult,
this.onSwitchUnit,
this.onGetProbeChargingBoxInfo,
this.onGetProbeInfo,
});