Create a new connection with a PalmSens over the given stream


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

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal s As Stream _ 
)
C#
public Comm(
   Stream s
)
C++
public:
 Comm(
   Stream s
) sealed 
J#
public Comm(
   Stream s
)
JScript
public function Comm(
   s : Stream
)

Parameters

s
stream to communicate over

See Also