'DeclarationProperty BirthDeathSequenceNumber As Byte
'UsageDim instance As IEasySparkplugEdgeNode Dim value As Byte instance.BirthDeathSequenceNumber = value value = instance.BirthDeathSequenceNumber
byte BirthDeathSequenceNumber {get; set;}
'DeclarationProperty BirthDeathSequenceNumber As Byte
'UsageDim instance As IEasySparkplugEdgeNode Dim value As Byte instance.BirthDeathSequenceNumber = value value = instance.BirthDeathSequenceNumber
byte BirthDeathSequenceNumber {get; set;}
This is essentially an internal detail of the Sparkplug protocol, and you should not manipulate this property, because doing so improperly would cause a violation of the Sparkplug protocol. The exception to this rule is when you want to persist (save and restore) the value externally, between subsequent runs of the program, and transfer the value to a different instance of the edge node.
This property corresponds to the reserved 'bdSeq' metric on the Sparkplug edge node.
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.