Click or drag to resize

InstanceGetSerializedFmuStateSize Method

Get the size of the byte vector, in order that FMU state can be stored in it.

Namespace: Emulate3D.FMI.V2
Assembly: Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 19.00.00
Syntax
C#
public Status GetSerializedFmuStateSize(
	IntPtr fmuState,
	out ulong size
)

Parameters

fmuState  IntPtr
Pointer to FMU state.
size  UInt64
Size of the serialized FMU state.

Return Value

Status
Status flag.
See Also