Set the mode, current range and whether the cell should be on.


Namespace: PalmSens.Comm
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Public Sub SendModeCR( _ 
   ByVal mode As Mode,  _ 
   ByVal CellOn As Boolean,  _ 
   ByVal cr As Double _ 
)
C#
public void SendModeCR(
   Mode mode,
   bool CellOn,
   double cr
)
C++
public:
 void SendModeCR(
   Mode mode,
   bool CellOn,
   double cr
) sealed 
J#
public void SendModeCR(
   Mode mode,
   bool CellOn,
   double cr
)
JScript
public  function SendModeCR(
   mode : Mode,
   CellOn : bool,
   cr : double
)

Parameters

mode
mode
CellOn
whether the cell should be on
cr
new current range

See Also