A serial pipe wrapper.
Inheritance Hierarchy
Kernel.Debug.Debugger Serial
Namespace: Kernel.Debug.Debugger
Assembly: Kernel.Debug.Debugger (in Kernel.Debug.Debugger.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
The Serial type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Serial | Initializes a new instance of the Serial class |
Methods
Name | Description | |
---|---|---|
![]() | BeginRead | |
![]() | Disconnect |
Cleanly disconnects the pipe and terminates reading.
|
![]() | Dispose |
Disposes of the serial class. Calls Disconnect .
|
![]() | EndRead | |
![]() | Init |
Initialises the named pipe server and waits for a connection
|
![]() | ReadBytes |
Reads the specified number of bytes from the pipe.
|
![]() | Write(Byte) |
Writes a byte to the serial pipe.
|
![]() | Write(UInt32) |
Writes a UInt32 to the serial pipe.
|
![]() | Write(UInt64) |
Writes a UInt64 to the serial pipe.
|
Fields
Name | Description | |
---|---|---|
![]() | BytesRead | |
![]() | OnConnected | |
![]() | readBuffer | |
![]() | ThePipe |
The underlying pipe.
|
Properties
Name | Description | |
---|---|---|
![]() | Connected |
Whether the serial pipe is connected.
|
Events
Name | Description | |
---|---|---|
![]() | OnConnected |
Fired when the serial pipe gains a connection.
|
Remarks
See Also