Click or drag to resize

EISDatapoint(EISValue, Boolean) Constructor

Initializes a new instance of the EISDatapoint class.

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public EISDatapoint(
	EISValue impedance,
	bool active
)

Parameters

impedance  EISValue
The impedance.
active  Boolean
Whether the datapoint is active.
See Also