Skip to content

Latest commit

 

History

History
12 lines (5 loc) · 529 Bytes

VariableSettings.md

File metadata and controls

12 lines (5 loc) · 529 Bytes

Variable Settings

The namespace DDS.Net.Server.Entities includes following types to represent variable settings:

  • DDS.Net.Server.Entities.BaseVariableSettings - a base-class for all the variable settings.
  • DDS.Net.Server.Entities.PrimitiveVariableSettings - represents settings for the variables of VariableType.Primitive types.
  • DDS.Net.Server.Entities.RawBytesVariableSettings - represents settings for the variables of VariableType.RawBytes types.