InstanceFreeFmuState Method |
This function frees all memory and other resources allocated with the
GetFmuState(IntPtr) call for the provided pointer.
Namespace: Emulate3D.FMI.V3Assembly: Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 19.00.00
Syntaxpublic Status FreeFmuState(
IntPtr fmuState
)
Parameters
- fmuState IntPtr
- Pointer to FMU state.
Return Value
StatusStatus flag.
See Also