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: 18.04.00
Syntax
C#
public Status GetSerializedFmuStateSize(
	IntPtr fmuState,
	out ulong size
)

Parameters

fmuState
Type: SystemIntPtr
Pointer to FMU state.
size
Type: SystemUInt64
Size of the serialized FMU state.

Return Value

Type: Status
Status flag.
See Also