![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Classes | |
| class | ConsoleErrorSniffer |
| Outputs sniffed data to the console error output. More... | |
| class | ConsoleOutSniffer |
| Outputs sniffed data to the Console Output, serialized by ConsoleOut. More... | |
| class | DebugSniffer |
| Outputs sniffed data to Debug. More... | |
| class | InMemorySniffer |
| Sniffer that stores events in memory. More... | |
| interface | ISniffer |
| Interface for sniffers. Sniffers can be added to ICommunicationLayer classes to eavesdrop on communication performed on that particular node. More... | |
| interface | ISnifferSet |
| Interface for sets of sniffers. More... | |
| class | SnifferBase |
| Abstract base class for sniffers. Implements default method overloads. More... | |
| class | SnifferEnumerator |
| Typed enumerator of sniffers. More... | |
| class | SnifferProxy |
| A sniffer that redirects incoming events to another sniffable object. More... | |
| class | SnifferSet |
| Maintains a set of sniffers. More... | |
| class | TextFileSniffer |
| Outputs sniffed data to a text file. More... | |
| class | TextSnifferBase |
| Abstract base class for plain text-based sniffers. More... | |
| class | TextWriterSniffer |
| Outputs sniffed data to a text writer. More... | |
| class | XmlFileSniffer |
| Outputs sniffed data to an XML file. More... | |
| class | XmlFileSnifferSet |
| Maintains a set of XML-file-based sniffers. File output is organized into subfolders of a given folder, and formatted using XSLT. More... | |
| class | XmlWriterSniffer |
| Outputs sniffed data to an XML writer. More... | |
Enumerations | |
| enum | BinaryPresentationMethod |
| How binary data is to be presented. More... | |
| enum | LineEnding |
| Type of line ending. More... | |
| enum | BinaryPresentationMethod |
| How binary data is to be presented. More... | |
| enum | LineEnding |
| Type of line ending. More... | |
How binary data is to be presented.
Definition at line 6 of file BinaryPresentationMethod.cs.
How binary data is to be presented.
Definition at line 6 of file BinaryPresentationMethod.cs.
Type of line ending.
Definition at line 6 of file LineEnding.cs.
Type of line ending.
Definition at line 6 of file LineEnding.cs.