'Declaration<ExtensionAttribute()> Public Overloads Shared Function SubscribeEdgeNodePayload( _ ByVal consumer As IEasySparkplugConsumer, _ ByVal hostDescriptor As SparkplugHostDescriptor, _ ByVal edgeNodeDescriptor As SparkplugEdgeNodeDescriptor _ ) As Integer
'UsageDim consumer As IEasySparkplugConsumer Dim hostDescriptor As SparkplugHostDescriptor Dim edgeNodeDescriptor As SparkplugEdgeNodeDescriptor Dim value As Integer value = IEasySparkplugConsumerExtension.SubscribeEdgeNodePayload(consumer, hostDescriptor, edgeNodeDescriptor)
[Extension()] public static int SubscribeEdgeNodePayload( IEasySparkplugConsumer consumer, SparkplugHostDescriptor hostDescriptor, SparkplugEdgeNodeDescriptor edgeNodeDescriptor )
[Extension()] public: static int SubscribeEdgeNodePayload( IEasySparkplugConsumer^ consumer, SparkplugHostDescriptor^ hostDescriptor, SparkplugEdgeNodeDescriptor^ edgeNodeDescriptor )
Parameters
- consumer
- The consumer object that will perform the operation.
The value of this parameter cannot be
null(Nothingin Visual Basic). - hostDescriptor
- The Sparkplug host descriptor.
The value of this parameter cannot be
null(Nothingin Visual Basic). - edgeNodeDescriptor
- The Sparkplug edge node descriptor.
The value of this parameter cannot be
null(Nothingin Visual Basic).