Table of Contents

Class Level

[Serializable]
public class Level : Setting_double, ISetting
Inheritance
Level
Implements
Inherited Members

Constructors

Level(double, string)

public Level(double value, string pinList)

Parameters

value double
pinList string

Methods

ReadFunc(string)

protected override double[] ReadFunc(string pin)

Parameters

pin string

Returns

double[]

SetAction(string, double)

protected override void SetAction(string pinList, double value)

Parameters

pinList string
value double

SetCache(double, string)

public static void SetCache(double value, string pinList)

Parameters

value double
pinList string