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