ElinkProbeParseCallback constructor
ElinkProbeParseCallback({
- OnGetVersion? onGetVersion,
- OnGetBattery? onGetBattery,
- OnSetResult? onSetResult,
- OnSwitchUnit? onSwitchUnit,
- OnGetRealTimeData? onGetRealTimeData,
- OnGetProbeInfo? onGetProbeInfo,
- OnGetProbeInfoFailure? onGetProbeInfoFailure,
Implementation
ElinkProbeParseCallback({
this.onGetVersion,
this.onGetBattery,
this.onSetResult,
this.onSwitchUnit,
this.onGetRealTimeData,
this.onGetProbeInfo,
this.onGetProbeInfoFailure,
});