IOLink Python 1.11.0
Loading...
Searching...
No Matches
iolink.iolink.MetadataNodeFactory Class Reference
Inheritance diagram for iolink.iolink.MetadataNodeFactory:

Public Member Functions

 __init__ (self, *args, **kwargs)
 

Static Public Member Functions

 create (key, value)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

A factory to build MetadataNode instances.

Member Function Documentation

◆ create()

iolink.iolink.MetadataNodeFactory.create (   key,
  value 
)
static
    To create a metadata node with a key and a value.
    :type key: string
    :param key: string to identify the node
    :type value: :py:class:`VariantDataValue`
    :param value: the VariantDataValue object associated to the node (can be null if no value)
    :rtype: :py:class:`MetadataNode`
    :return: the created node

The documentation for this class was generated from the following file: