Click or drag to resize

InstanceSerializeFmuState Method

Serializes the data which is referenced by pointer and copies this data in to the byte vector.

Namespace: Emulate3D.FMI.V2
Assembly: Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 19.00.00
Syntax
C#
public Status SerializeFmuState(
	IntPtr fmuState,
	byte[] serializedState
)

Parameters

fmuState  IntPtr
Pointer to FMU state.
serializedState  Byte
Serialized FMU state.

Return Value

Status
Status flag.
See Also