| Overload | Description |
|---|---|
| PublishEdgeNodePayload(IEasySparkplugConsumer,SparkplugEdgeNodeDescriptor,SparkplugPayload) | Publishes a payload for a Sparkplug edge node.
In Sparkplug terms, this method effectively sends the NCMD message to the edge node. If there is an error publishing the payload, this method throws OpcLabs.EasySparkplug.OperationModel.SparkplugException. Publishes a payload for an edge node, specifying the edge node descriptor and the payload object. |
| PublishEdgeNodePayload(IEasySparkplugConsumer,SparkplugHostDescriptor,SparkplugEdgeNodeDescriptor,SparkplugPayload) | Publishes a payload for an edge node, specifying the host descriptor, edge node descriptor and the payload object. |
| PublishEdgeNodePayload(IEasySparkplugConsumer,SparkplugHostDescriptor,String,String,SparkplugPayload) | Publishes a payload for an edge node, specifying the host descriptor, group ID, edge node ID and the payload object. |
| PublishEdgeNodePayload(IEasySparkplugConsumer,String,String,SparkplugPayload) | Publishes a payload for an edge node, specifying the group ID, edge node ID and the payload object. |