Table of Contents

Class InternalStorageFileNormalLoader

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

A normal file loader, this is for older devices that have internal storage,

public class InternalStorageFileNormalLoader : InternalStorageFileLoader, IInternalStorageFileLoader
Inheritance
InternalStorageFileNormalLoader
Implements
Inherited Members

Constructors

InternalStorageFileNormalLoader(DeviceFile, ClientConnection)

public InternalStorageFileNormalLoader(DeviceFile rawData, ClientConnection clientConnection)

Parameters

rawData DeviceFile
clientConnection ClientConnection

Methods

LoadMeasurement(Method, ClientConnection, Buffer, MeasType, int)

Load a method script measurement

protected override ActiveMeasurement LoadMeasurement(Method m, ClientConnection connection, Buffer buff, MeasType measType, int muxChannel)

Parameters

m Method
connection ClientConnection
buff Buffer
measType MeasType
muxChannel int

Returns

ActiveMeasurement

LoadMeasurementAsync(Method, ClientConnection, Buffer, MeasType, int)

Load a method script measurement

protected override Task<ActiveMeasurement> LoadMeasurementAsync(Method method, ClientConnection connection, Buffer buff, MeasType measType, int muxChannel)

Parameters

method Method
connection ClientConnection
buff Buffer
measType MeasType
muxChannel int

Returns

Task<ActiveMeasurement>