Connectivity Software User's Guide and Reference
IsSynthesized Property



OpcLabs.EasySparkplug Assembly > OpcLabs.EasySparkplug.OperationModel Namespace > EasySparkplugNotificationEventArgs Class : IsSynthesized Property
Indicates whether the notification is synthesized.
Syntax
'Declaration
 
Public Property IsSynthesized As Boolean
'Usage
 
Dim instance As EasySparkplugNotificationEventArgs
Dim value As Boolean
 
instance.IsSynthesized = value
 
value = instance.IsSynthesized
public bool IsSynthesized {get; set;}
public:
property bool IsSynthesized {
   bool get();
   void set (    bool value);
}

Property Value

The default value of this property is False.

Remarks

A synthesized notification with NotificationType set to SparkplugNotificationType.Birth is sent when a subscription is made, and the component has already received the "birth" message (NBIRTH or DBIRTH) for the relevant data. The synthesized notification merges the metric data from the "birth" message with the metric data from subsequent "data" messages.

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

 

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.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also