'DeclarationPublic Function New( _ ByVal systemDescriptor As SparkplugSystemDescriptor _ )
'UsageDim systemDescriptor As SparkplugSystemDescriptor Dim instance As New EasySparkplugEdgeNode(systemDescriptor)
public EasySparkplugEdgeNode( SparkplugSystemDescriptor systemDescriptor )
public: EasySparkplugEdgeNode( SparkplugSystemDescriptor^ systemDescriptor )
Parameters
- systemDescriptor
- The Sparkplug system descriptor.
The value of this parameter cannot be
null(Nothingin Visual Basic).