'DeclarationPublic Function New( _ ByVal systemId As String, _ ByVal connectionDescriptor As SparkplugConnectionDescriptor, _ ByVal hostId As String _ )
'UsageDim systemId As String Dim connectionDescriptor As SparkplugConnectionDescriptor Dim hostId As String Dim instance As New SparkplugHostDescriptor(systemId, connectionDescriptor, hostId)
public SparkplugHostDescriptor( string systemId, SparkplugConnectionDescriptor connectionDescriptor, string hostId )
public: SparkplugHostDescriptor( String^ systemId, SparkplugConnectionDescriptor^ connectionDescriptor, String^ hostId )
Parameters
- systemId
- The Sparkplug system ID.
The value of this parameter cannot be
null(Nothingin Visual Basic). - connectionDescriptor
- The Sparkplug connection 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).