| Overload | Description |
|---|---|
| SparkplugSystemDescriptor Constructor() | Initializes a new instance of the class with default data. |
| SparkplugSystemDescriptor Constructor(SparkplugBrokerDescriptor) | Initializes a new instance of the class with the specified Sparkplug broker descriptor. |
| SparkplugSystemDescriptor Constructor(SparkplugBrokerDescriptor,SparkplugVersions) | Initializes a new instance of the class with the specified Sparkplug broker descriptor and Sparkplug version. |
| SparkplugSystemDescriptor Constructor(SparkplugConnectionDescriptor) | Initializes a new instance of the class with the specified Sparkplug connection descriptor. |
| SparkplugSystemDescriptor Constructor(SparkplugConnectionDescriptor,SparkplugVersions) | Initializes a new instance of the class with the specified Sparkplug connection descriptor and Sparkplug version. |
| SparkplugSystemDescriptor Constructor(SparkplugSystemDescriptor) | Initializes a new instance of the class, making a copy of an existing instance. |
| SparkplugSystemDescriptor Constructor(String,SparkplugConnectionDescriptor) | Initializes a new instance of the class with the specified Sparkplug system ID and connection descriptor. |
| SparkplugSystemDescriptor Constructor(String,SparkplugConnectionDescriptor,SparkplugVersions) | Initializes a new instance of the class with the specified Sparkplug system ID, connection descriptor, and Sparkplug version. |
| SparkplugSystemDescriptor Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. |