Represents one item in a sniffer output.
More...
|
EventHandler | Selected = null |
| Event raised when the node has been selected. More...
|
|
EventHandler | Deselected = null |
| Event raised when the node has been deselected. More...
|
|
Represents one item in a sniffer output.
Definition at line 58 of file SniffItem.cs.
◆ SniffItem()
Waher.Mock.SniffItem.SniffItem |
( |
DateTime |
Timestamp, |
|
|
SniffItemType |
Type, |
|
|
string |
Message, |
|
|
byte[] |
Data, |
|
|
Color |
ForegroundColor, |
|
|
Color |
BackgroundColor |
|
) |
| |
Represents one item in a sniffer output.
- Parameters
-
Timestamp | Timestamp of event. |
Type | Type of sniff record. |
Message | Message |
Data | Optional binary data. |
ForegroundColor | Foreground Color |
BackgroundColor | Background Color |
Definition at line 74 of file SniffItem.cs.
◆ OnDeselected()
virtual Task Waher.Mock.SelectableItem.OnDeselected |
( |
| ) |
|
|
protectedvirtualinherited |
◆ OnSelected()
virtual Task Waher.Mock.SelectableItem.OnSelected |
( |
| ) |
|
|
protectedvirtualinherited |
◆ Raise()
async Task Waher.Mock.SelectableItem.Raise |
( |
EventHandler |
h | ) |
|
|
protectedinherited |
◆ BackgroundColor
Color Waher.Mock.ColorableItem.BackgroundColor |
|
getsetinherited |
◆ BackgroundColorString
string Waher.Mock.ColorableItem.BackgroundColorString |
|
getinherited |
◆ Data
byte [] Waher.Mock.SniffItem.Data |
|
get |
◆ ForegroundColor
Color Waher.Mock.ColorableItem.ForegroundColor |
|
getsetinherited |
◆ ForegroundColorString
string Waher.Mock.ColorableItem.ForegroundColorString |
|
getinherited |
◆ IsSelected
bool Waher.Mock.SelectableItem.IsSelected |
|
getsetinherited |
◆ Message
string Waher.Mock.SniffItem.Message |
|
get |
◆ Time
string Waher.Mock.SniffItem.Time |
|
get |
Time of day of event, as a string.
Definition at line 96 of file SniffItem.cs.
◆ Timestamp
DateTime Waher.Mock.SniffItem.Timestamp |
|
get |
◆ Type
◆ Deselected
EventHandler Waher.Mock.SelectableItem.Deselected = null |
|
inherited |
Event raised when the node has been deselected.
Definition at line 69 of file SelectableItem.cs.
◆ Selected
EventHandler Waher.Mock.SelectableItem.Selected = null |
|
inherited |
The documentation for this class was generated from the following file: