Public Member Functions | |
| HashData (int blockNumber, UInt32 weakHash, byte[] strongHash) | |
| Constructs a HashData Object. | |
| HashData (BinaryReader reader) | |
| Constructor. | |
| void | Serialize (BinaryWriter writer) |
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. | |
Static Public Attributes | |
| static int | InstanceSize = 4 + 4 + 16 |
| The serialized size of the instance. | |
| Simias::Sync::Delta::HashData::HashData | ( | int | blockNumber, | |
| UInt32 | weakHash, | |||
| byte[] | strongHash | |||
| ) | [inline] |
| Simias::Sync::Delta::HashData::HashData | ( | BinaryReader | reader | ) | [inline] |
Constructor.
| reader | Initialize with reader details |
| void Simias::Sync::Delta::HashData::Serialize | ( | BinaryWriter | writer | ) | [inline] |
| writer |
int Simias::Sync::Delta::HashData::InstanceSize = 4 + 4 + 16 [static] |
The serialized size of the instance.
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