Length


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

Syntax

Visual Basic (Declaration)
Public Overrides ReadOnly Property Length As Long
C#
public override long Length { get; }
C++
public override property long Length override  {
    __int64 get();
}
J#
/** property */
public long get_Length();
JScript
public function get Length() : long

Property Value

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

See Also