Class DebuggerChannelUC
Inheritance
System.Object
DebuggerChannelUC
Assembly: Cosmos.VS.Windows.dll
Syntax
public class DebuggerChannelUC : UserControl
Properties
|
Improve this Doc
View Source
Package
Declaration
public CosmosWindowsPackage Package { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
HandleChannelMessage(Byte, Byte, Byte[])
Declaration
protected virtual void HandleChannelMessage(byte aChannel, byte aCommand, byte[] aData)
Parameters
Type |
Name |
Description |
System.Byte |
aChannel |
|
System.Byte |
aCommand |
|
System.Byte[] |
aData |
|
|
Improve this Doc
View Source
HandleChannelMessage(UInt16, Byte[])
Declaration
public virtual void HandleChannelMessage(ushort aChannelAndCommand, byte[] aData)
Parameters
Type |
Name |
Description |
System.UInt16 |
aChannelAndCommand |
|
System.Byte[] |
aData |
|