InstanceGetSerializedFmuStateSize Method |
Get the size of the byte vector, in order that FMU state can be stored in it.
Namespace: Emulate3D.FMI.V2Assembly: Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 19.00.00
Syntaxpublic Status GetSerializedFmuStateSize(
IntPtr fmuState,
out ulong size
)
Parameters
- fmuState IntPtr
- Pointer to FMU state.
- size UInt64
- Size of the serialized FMU state.
Return Value
StatusStatus flag.
See Also