DDS.Net.Server.Entities.VariableType enumerates the main / primary variable type. It includes the following:
- Primitive - Represents the very basic variable type, e.g., string, integer, float, etc.
- RawBytes - Represents a sequence of bytes (unsigned bytes)
- UnknownVariableType - An unknown type
UnknownVariableType is used as a placeholder for the datatype till the actual type is known.