InstanceGetSerializedFmuStateSize Method |
Returns the size of the byte vector, in order that the instance state can be serialized in it.
Namespace: Emulate3D.FMI.V3Assembly: Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 19.00.00
Syntaxpublic Status GetSerializedFmuStateSize(
IntPtr fmuState,
out ulong size
)
Parameters
- fmuState IntPtr
- Pointer to FMU state.
- size UInt64
- Size of the serialized FMU state.
Return Value
StatusStatus flag.
See Also