Interface IInternalStorageFileLoader
- Namespace
- PalmSens.Core.Simplified.InternalStorage
- Assembly
- PalmSens.Core.Simplified.dll
public interface IInternalStorageFileLoader
Methods
GetMeasurement(MeasType, int)
Get the measurement for this file.
SimpleMeasurement GetMeasurement(MeasType measType, int muxChannel = -1)
Parameters
measTypeMeasTypeSpecify the measurement type
muxChannelintSpecify the mux channel, default is -1
Returns
- SimpleMeasurement
The measurement.
GetMeasurementAsync(MeasType, int)
Get the measurement for this file.
Task<SimpleMeasurement> GetMeasurementAsync(MeasType measType, int muxChannel = -1)
Parameters
measTypeMeasTypeSpecify the measurement type
muxChannelintSpecify the mux channel, default is -1
Returns
- Task<SimpleMeasurement>
The measurement.