'DeclarationPublic Function New( _ ByVal systemDescriptor As SparkplugSystemDescriptor, _ ByVal hostId As String _ )
'UsageDim systemDescriptor As SparkplugSystemDescriptor Dim hostId As String Dim instance As New SparkplugHostDescriptor(systemDescriptor, hostId)
public SparkplugHostDescriptor( SparkplugSystemDescriptor systemDescriptor, string hostId )
public: SparkplugHostDescriptor( SparkplugSystemDescriptor^ systemDescriptor, String^ hostId )
Parameters
- systemDescriptor
- The Sparkplug system descriptor.
The value of this parameter cannot be
null(Nothingin Visual Basic). - hostId
- The Sparkplug host ID.
The value represents a Sparkplug host ID. It must be a string with valid UTF-8 characters except for the reserved characters of '+' (plus) and '#' (number sign).
The value of this parameter cannot be
null(Nothingin Visual Basic).