Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IBinaryElement.cs
1using System;
2using System.IO;
3using System.Threading.Tasks;
4using Waher.Script;
5
7{
12 {
18 Task Append(MemoryStream Output, Variables Variables);
19 }
20}
Collection of variables.
Definition: Variables.cs:25
Basic interface for simulator nodes. Implementing this interface allows classes with default contruct...
Task Append(MemoryStream Output, Variables Variables)
Appends the binary element to the output stream.