Whether PalmSens should measure temperature, current and potential when idle. Setting this member to false increases the response time (normal response time is about 100ms).


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

Syntax

Visual Basic (Declaration)
Public Sub EnableFastMode( _ 
   ByVal enable As Boolean _ 
)
C#
public void EnableFastMode(
   bool enable
)
C++
public:
 void EnableFastMode(
   bool enable
) sealed 
J#
public void EnableFastMode(
   bool enable
)
JScript
public  function EnableFastMode(
   enable : bool
)

Parameters

enable

Missing <param name="enable"> tag for "M:PalmSens.Comm.Comm.EnableFastMode(System.Boolean)"

See Also