Class Field
Assembly: Casper.Network.SDK.dll
Syntax
Constructors
|
Edit this page
View Source
Field(ushort, uint, byte[])
Declaration
public Field(ushort index, uint offset, byte[] value)
Parameters
Fields
|
Edit this page
View Source
Index
Declaration
public readonly ushort Index
Field Value
|
Edit this page
View Source
Offset
Declaration
public readonly uint Offset
Field Value
|
Edit this page
View Source
Value
Declaration
public readonly byte[] Value
Field Value
Methods
|
Edit this page
View Source
SerializedVecSize(int)
Declaration
public static int SerializedVecSize(int numberOfFields)
Parameters
| Type |
Name |
Description |
| int |
numberOfFields |
|
Returns