Table of Contents

Interface IInternalStorageFile

Namespace
PalmSens.Core.Simplified.InternalStorage
Assembly
PalmSens.Core.Simplified.dll

Internal storage file

public interface IInternalStorageFile : IInternalStorageItem
Inherited Members

Methods

GetMeasurement(MeasType, int)

Get the measurement for this file.

SimpleMeasurement GetMeasurement(MeasType measType = MeasType.Overlay, int muxChannel = -1)

Parameters

measType MeasType

Specify the measurement type

muxChannel int

Specify the mux channel, default is -1

Returns

SimpleMeasurement

The measurement.

GetMeasurementAsync(MeasType, int)

Get the measurement for this file.

Task<SimpleMeasurement> GetMeasurementAsync(MeasType measType = MeasType.Overlay, int muxChannel = -1)

Parameters

measType MeasType

Specify the measurement type

muxChannel int

Specify the mux channel, default is -1

Returns

Task<SimpleMeasurement>

The measurement.