updateTypes

fun updateTypes(vararg types: Type)

Updates the internal structures with the provided types. This method reinitializes the necessary definitions, data handlers, and mapping structures based on the input types.

Parameters

types

The list of types to update the internal data structures. Each type specifies its name, data type, and size. At least one type should be provided.

WARNING: This method is not thread-safe and should be used with extreme caution. Updating types at runtime can lead to data corruption and inconsistencies if not handled properly.