Represents the communication to a PalmSens device, connected using Bluetooth. Only works on Pocket PC's with the Microsoft Stack
Namespace: PalmSens.Comm.Streams
Assembly: PalmSens (in PalmSens.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Class BluetoothStream Inherits NetworkStream |
| C# |
|---|
| public class BluetoothStream : NetworkStream |
| C++ |
|---|
| ref class BluetoothStream : NetworkStream |
| J# |
|---|
| public class BluetoothStream extends NetworkStream |
| JScript |
|---|
| public class BluetoothStream extends NetworkStream |
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.IO.Stream
System.Net.Sockets.NetworkStream
PalmSens.Comm.Streams.BluetoothStream
System.MarshalByRefObject
System.IO.Stream
System.Net.Sockets.NetworkStream
PalmSens.Comm.Streams.BluetoothStream
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.