

'Declaration<ExceptionContractAnnotationAttribute(True)> <DefaultMemberAttribute("Item")> Public Interface IStringSparkplugTemplateDefinitionReadOnlyDictionary Inherits System.Collections.Generic.IEnumerable(Of KeyValuePair(Of String,SparkplugTemplateDefinition)), System.Collections.Generic.IReadOnlyCollection(Of KeyValuePair(Of String,SparkplugTemplateDefinition)), System.Collections.Generic.IReadOnlyDictionary(Of String,SparkplugTemplateDefinition), System.Collections.IEnumerable
'UsageDim instance As IStringSparkplugTemplateDefinitionReadOnlyDictionary
[ExceptionContractAnnotation(true)] [DefaultMember("Item")] public interface IStringSparkplugTemplateDefinitionReadOnlyDictionary : System.Collections.Generic.IEnumerable<KeyValuePair<string,SparkplugTemplateDefinition>>, System.Collections.Generic.IReadOnlyCollection<KeyValuePair<string,SparkplugTemplateDefinition>>, System.Collections.Generic.IReadOnlyDictionary<string,SparkplugTemplateDefinition>, System.Collections.IEnumerable
[ExceptionContractAnnotation(true)] [DefaultMember("Item")] public interface class IStringSparkplugTemplateDefinitionReadOnlyDictionary : public System.Collections.Generic.IEnumerable<KeyValuePair<String,SparkplugTemplateDefinition>>, System.Collections.Generic.IReadOnlyCollection<KeyValuePair<String,SparkplugTemplateDefinition>>, System.Collections.Generic.IReadOnlyDictionary<String,SparkplugTemplateDefinition>, System.Collections.IEnumerable
Sparkplug templates are used for encoding complex datatypes in a payload. It is a type of metric and can be used to create custom datatype definitions and instances. These are also sometimes referred to as User Defined Types or UDTs.
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.