Public Member Functions | |
| HashEntry () | |
| Default constructor. | |
| HashEntry (HashData entry) | |
| Constructs a HashEntry from a HashData object. | |
| override bool | Equals (object obj) |
| Override to test for equality of a HashEntry. | |
Public Attributes | |
| int | BlockNumber |
| The Block number that this hash represents. 0 based. | |
| UInt32 | WeakHash |
| The Weak or quick hash of this block. | |
| byte[] | StrongHash |
| The strong hash of this block. | |
| Simias::Sync::Delta::HashEntry::HashEntry | ( | ) | [inline] |
Default constructor.
| Simias::Sync::Delta::HashEntry::HashEntry | ( | HashData | entry | ) | [inline] |
| override bool Simias::Sync::Delta::HashEntry::Equals | ( | object | obj | ) | [inline] |
Override to test for equality of a HashEntry.
| obj | The object to compare against. |
The Block number that this hash represents. 0 based.
The Weak or quick hash of this block.
The strong hash of this block.
1.5.6