ElinkProbeParseCallback constructor

ElinkProbeParseCallback({
  1. OnGetVersion? onGetVersion,
  2. OnGetBattery? onGetBattery,
  3. OnSetResult? onSetResult,
  4. OnSwitchUnit? onSwitchUnit,
  5. OnGetRealTimeData? onGetRealTimeData,
  6. OnGetProbeInfo? onGetProbeInfo,
  7. OnGetProbeInfoFailure? onGetProbeInfoFailure,
})

Implementation

ElinkProbeParseCallback({
  this.onGetVersion,
  this.onGetBattery,
  this.onSetResult,
  this.onSwitchUnit,
  this.onGetRealTimeData,
  this.onGetProbeInfo,
  this.onGetProbeInfoFailure,
});