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 (Nothing in Visual Basic).
The value of this parameter cannot be null (Nothing in Visual Basic).
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 (Nothing in Visual Basic).
The value represents a Sparkplug group ID. It must be a string with valid UTF-8 characters except for the reserved characters of '+' (plus), '/' (forward slash), and '#' (number sign).
The value of this parameter cannot be null (Nothing in Visual Basic).
The value represents a Sparkplug edge node ID. It must be a string with valid UTF-8 characters except for the reserved characters of '+' (plus), '/' (forward slash), and '#' (number sign).
The value of this parameter cannot be null (Nothing in Visual Basic).
'DeclarationPublic Function New( _ ByVal systemDescriptor As SparkplugSystemDescriptor, _ ByVal primaryHostId As String, _ ByVal groupId As String, _ ByVal edgeNodeId As String _ )
'UsageDim systemDescriptor As SparkplugSystemDescriptor Dim primaryHostId As String Dim groupId As String Dim edgeNodeId As String Dim instance As New EasySparkplugEdgeNode(systemDescriptor, primaryHostId, groupId, edgeNodeId)
public EasySparkplugEdgeNode( SparkplugSystemDescriptor systemDescriptor, string primaryHostId, string groupId, string edgeNodeId )
public: EasySparkplugEdgeNode( SparkplugSystemDescriptor^ systemDescriptor, String^ primaryHostId, String^ groupId, String^ edgeNodeId )
The value of this parameter cannot be null (Nothing in Visual Basic).
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 (Nothing in Visual Basic).
The value represents a Sparkplug group ID. It must be a string with valid UTF-8 characters except for the reserved characters of '+' (plus), '/' (forward slash), and '#' (number sign).
The value of this parameter cannot be null (Nothing in Visual Basic).
The value represents a Sparkplug edge node ID. It must be a string with valid UTF-8 characters except for the reserved characters of '+' (plus), '/' (forward slash), and '#' (number sign).
The value of this parameter cannot be null (Nothing in Visual Basic).
| Exception | Description |
|---|---|
| System.ArgumentNullException |
A This is a usage error, i.e. it will never occur (the exception will not be thrown) in a correctly written program. Your code should not catch this exception. |
Sparkplug is a trademark of Eclipse Foundation, Inc. "MQTT" is a trademark of the OASIS Open standards consortium. Other related terms are trademarks of their respective owners. Any use of these terms on this site is for descriptive purposes only and does not imply any sponsorship, endorsement or affiliation.