ElinkProbeBoxParseCallback constructor

ElinkProbeBoxParseCallback({
  1. OnGetVersion? onGetVersion,
  2. VoidCallback? onRequestSyncTime,
  3. OnSetResult? onSetResult,
  4. OnSyncTimeResult? onSyncTimeResult,
  5. OnSwitchUnit? onSwitchUnit,
  6. OnGetProbeBoxInfo? onGetProbeChargingBoxInfo,
  7. OnGetProbeInfo? onGetProbeInfo,
})

Implementation

ElinkProbeBoxParseCallback({
  this.onGetVersion,
  this.onRequestSyncTime,
  this.onSetResult,
  this.onSyncTimeResult,
  this.onSwitchUnit,
  this.onGetProbeChargingBoxInfo,
  this.onGetProbeInfo,
});