PalmSens SDK v1.8.2.0

Curve Constructor (Method, Int32)

Create a new Curve using the specified Method

[Visual Basic]
Overloads Public Sub New( _
   ByVal m As Method, _
   ByVal channel As Integer _
)
[C#]
public Curve(
   Method m,
   int channel
);

Parameters

m
method to use
channel
multiplexer channel

See Also

Curve Class | PalmSens Namespace | Curve Constructor Overload List