InstanceGetSerializedFmuStateSize Method |
Get the size of the byte vector, in order that FMU state can be stored in it.
Namespace:
Emulate3D.FMI.V2
Assembly:
Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntaxpublic Status GetSerializedFmuStateSize(
IntPtr fmuState,
out ulong size
)
Parameters
- fmuState
- Type: SystemIntPtr
Pointer to FMU state. - size
- Type: SystemUInt64
Size of the serialized FMU state.
Return Value
Type:
StatusStatus flag.
See Also