Class PipeClient
Inheritance
System.Object
PipeClient
Assembly: Cosmos.Debug.Common.dll
Syntax
public class PipeClient : object
Constructors
|
Improve this Doc
View Source
PipeClient(String)
Declaration
public PipeClient(string aPipeName)
Parameters
Type |
Name |
Description |
System.String |
aPipeName |
|
Properties
|
Improve this Doc
View Source
IsConnected
Declaration
public bool IsConnected { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
Read(Byte[], Int32, Int32)
Declaration
public int Read(byte[] buffer, int offset, int count)
Parameters
Type |
Name |
Description |
System.Byte[] |
buffer |
|
System.Int32 |
offset |
|
System.Int32 |
count |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SendCommand(UInt16, Byte[])
Declaration
public void SendCommand(ushort aCmd, byte[] aData = null)
Parameters
Type |
Name |
Description |
System.UInt16 |
aCmd |
|
System.Byte[] |
aData |
|
|
Improve this Doc
View Source
SendCommand(UInt16, String)
Declaration
public void SendCommand(ushort aCmd, string aData)
Parameters
Type |
Name |
Description |
System.UInt16 |
aCmd |
|
System.String |
aData |
|
|
Improve this Doc
View Source
SendRawToChannel(Byte, Byte, Byte[])
Declaration
public void SendRawToChannel(byte aChannel, byte aCommand, byte[] aData)
Parameters
Type |
Name |
Description |
System.Byte |
aChannel |
|
System.Byte |
aCommand |
|
System.Byte[] |
aData |
|