Class GroupDataQosPolicyConfiguration
- Assembly
- DataDistributionManagerNet.dll
Class managing GroupDataQosPolicy
public class GroupDataQosPolicyConfiguration : BaseConfiguration, IConfiguration, INotifyPropertyChanged
- Inheritance
-
GroupDataQosPolicyConfiguration
- Implements
- Inherited Members
Constructors
GroupDataQosPolicyConfiguration()
Initialize a new instance of GroupDataQosPolicyConfiguration
public GroupDataQosPolicyConfiguration()
Fields
ValuePropertyKey
Configuration key of Value
public const string ValuePropertyKey = "datadistributionmanager.opendds.qos.groupdataqospolicy.value"
Field Value
Properties
Value
See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
public byte[] Value { get; set; }
Property Value
- byte[]