InstanceSerializeFmuState Method |
Serializes the data which is referenced by pointer and copies this data in to the byte vector.
Namespace: Emulate3D.FMI.V2Assembly: Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 19.00.00
Syntaxpublic Status SerializeFmuState(
IntPtr fmuState,
byte[] serializedState
)
Parameters
- fmuState IntPtr
- Pointer to FMU state.
- serializedState Byte
- Serialized FMU state.
Return Value
StatusStatus flag.
See Also