Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 439 Bytes

File metadata and controls

14 lines (6 loc) · 439 Bytes

VariableType

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.