Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IBinaryElement.cs
1
using
System;
2
using
System.IO;
3
using
System.Threading.Tasks;
4
using
Waher.Script
;
5
6
namespace
TAG.Simulator.ObjectModel.Values.BinaryElements
7
{
11
public
interface
IBinaryElement
:
ISimulationNode
12
{
18
Task
Append
(MemoryStream Output,
Variables
Variables
);
19
}
20
}
Waher.Script.Variables
Collection of variables.
Definition:
Variables.cs:25
TAG.Simulator.ISimulationNode
Basic interface for simulator nodes. Implementing this interface allows classes with default contruct...
Definition:
ISimulationNode.cs:18
TAG.Simulator.ObjectModel.Values.BinaryElements.IBinaryElement
Interface for binary elements
Definition:
IBinaryElement.cs:12
TAG.Simulator.ObjectModel.Values.BinaryElements.IBinaryElement.Append
Task Append(MemoryStream Output, Variables Variables)
Appends the binary element to the output stream.
TAG.Simulator.ObjectModel.Values.BinaryElements
Definition:
Byte.cs:8
Waher.Script
Definition:
Duration.cs:8
ComSim
TAG.Simulator
ObjectModel
Values
BinaryElements
IBinaryElement.cs
Generated by
1.9.5