InstanceFreeFmuState Method |
Frees all memory and other resources allocated with the
GetFmuState(IntPtr) call
for this FMU state.
Namespace: Emulate3D.FMI.V2Assembly: Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 19.00.00
Syntaxpublic Status FreeFmuState(
IntPtr fmuState
)
Parameters
- fmuState IntPtr
- the instance state to be freed.
Return Value
StatusStatus flag.
See Also