PalmSens SDK Class Library

Comm.SendModeCR Method 

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

[Visual Basic]
Public Sub SendModeCR( _
   ByVal mode As enumMode, _
   ByVal CellOn As Boolean, _
   ByVal cr As Single _
)
[C#]
public void SendModeCR(
   enumMode mode,
   bool CellOn,
   float cr
);

Parameters

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

See Also

Comm Class | PalmSens.Comm Namespace