InstanceGetFmuState Method |
This function copies the internal FMU state and returns a pointer to this copy.
Namespace: Emulate3D.FMI.V3Assembly: Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 19.00.00
Syntaxpublic Status GetFmuState(
ref IntPtr fmuState
)
Parameters
- fmuState IntPtr
- Pointer to be assigned.
Return Value
StatusStatus flag.
See Also