Create a communication channel to a PalmSens by serial number


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

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal serial As String _ 
)
C#
public BluetoothStream(
   string serial
)
C++
public:
 BluetoothStream(
   String serial
) sealed 
J#
public BluetoothStream(
   string serial
)
JScript
public function BluetoothStream(
   serial : String
)

Parameters

serial
Serial number of the PalmSens to connect with

See Also