InstanceSetFmuState Method |
This function restores the state provided by the pointer to FMU state.
Namespace:
Emulate3D.FMI.V3
Assembly:
Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntaxpublic Status SetFmuState(
IntPtr fmuState
)
Parameters
- fmuState
- Type: SystemIntPtr
Pointer to FMU state.
Return Value
Type:
StatusStatus flag.
See Also