Click or drag to resize

InstanceFreeFmuState Method

Frees all memory and other resources allocated with the GetFmuState(IntPtr) call for this FMU state.

Namespace:  Emulate3D.FMI.V2
Assembly:  Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntax
C#
public Status FreeFmuState(
	IntPtr fmuState
)

Parameters

fmuState
Type: SystemIntPtr
The FMU state to be freed.

Return Value

Type: Status
Status flag.
See Also