Number of bytes in the in buffer


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

Syntax

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

Property Value

Missing <value> tag for "P:PalmSens.Comm.Streams.WinSerialStream.BytesToRead"

See Also