Number of idle packets received. PalmSens sends an idle packet approximately every second.


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property QCount As Integer
C#
public int QCount { get; }
C++
public property int QCount sealed  {
    int get();
}
J#
/** property */
public int get_QCount();
JScript
public function get QCount() : int

Property Value

Missing <value> tag for "P:PalmSens.Comm.Comm.QCount"

Remarks

Idle packets are only sent when the PalmSens is in idle mode. The Idle event is raised every time this value is incremented.

See Also