Windows Serial Stream
Namespace: PalmSens.Comm.Streams
Assembly: PalmSens (in PalmSens.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Class WinSerialStream Inherits Stream Implements BaudrateChangableStream |
| C# |
|---|
| public class WinSerialStream : Stream, BaudrateChangableStream |
| C++ |
|---|
| ref class WinSerialStream : Stream, BaudrateChangableStream |
| J# |
|---|
| public class WinSerialStream extends Stream implements BaudrateChangableStream |
| JScript |
|---|
| public class WinSerialStream extends Stream, BaudrateChangableStream |
Inheritance Hierarchy
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.