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