Class PipeServer
Inheritance
System.Object
PipeServer
Assembly: Cosmos.Debug.Common.dll
Syntax
public class PipeServer : object
Constructors
|
Improve this Doc
View Source
PipeServer(String)
Declaration
public PipeServer(string aPipeName)
Parameters
Type |
Name |
Description |
System.String |
aPipeName |
|
Fields
|
Improve this Doc
View Source
KillThread
Declaration
protected bool KillThread
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
mPipe
Declaration
protected NamedPipeServerStream mPipe
Field Value
Type |
Description |
NamedPipeServerStream |
|
|
Improve this Doc
View Source
mPipeName
Declaration
protected string mPipeName
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
mThread
Declaration
Field Value
Methods
|
Improve this Doc
View Source
CleanHandlers()
Declaration
public void CleanHandlers()
|
Improve this Doc
View Source
ReadByte()
Declaration
protected byte ReadByte()
Returns
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Start()
Declaration
|
Improve this Doc
View Source
Stop()
Declaration
|
Improve this Doc
View Source
ThreadStartServer()
Declaration
protected void ThreadStartServer()
Events
|
Improve this Doc
View Source
DataPacketReceived
Declaration
public event Action<ushort, byte[]> DataPacketReceived
Event Type
Type |
Description |
Action<System.UInt16, System.Byte[]> |
|