Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
MergeResult.cs
2{
3 internal class MergeResult
4 {
5 public byte[] ResultBlock = null;
6 public byte[] Separator = null;
7 public byte[] Residue = null;
8 public uint ResultBlockSize = 0;
9 public uint ResidueSize = 0;
10
11 public MergeResult()
12 {
13 }
14 }
15}