PalmSens SDK Class Library

BluetoothComm Constructor 

Create a communication channel to a PalmSens by serial number

[Visual Basic]
Public Sub New( _
   ByVal serial As String _
)
[C#]
public BluetoothComm(
   string serial
);

Parameters

serial
Serial number of the PalmSens to connect with

See Also

BluetoothComm Class | PalmSens.Comm Namespace