Enum ZIListNodes_enum#

enum ZIListNodes_enum#

Defines the values of the flags used in ziAPIListNodes.

Values:

enumerator ZI_LIST_NODES_ALL = 0x00#

Default, return a simple listing of the given node immediate descendants.

enumerator ZI_LIST_NODES_RECURSIVE = 0x01#

List the nodes recursively.

enumerator ZI_LIST_NODES_ABSOLUTE = 0x02#

Return absolute paths.

enumerator ZI_LIST_NODES_LEAVESONLY = 0x04#

Return only leaf nodes, which means the nodes at the outermost level of the tree.

enumerator ZI_LIST_NODES_SETTINGSONLY = 0x08#

Return only nodes which are marked as setting.

enumerator ZI_LIST_NODES_STREAMINGONLY = 0x10#

Return only streaming nodes (nodes that can be pushed from the device at a high data rate)

enumerator ZI_LIST_NODES_SUBSCRIBEDONLY = 0x20#

Return only nodes that are subscribed to in the API session.

enumerator ZI_LIST_NODES_BASECHANNEL = 0x40#

Return only one instance of a node in case of multiple channels.

enumerator ZI_LIST_NODES_GETONLY = 0x80#

Return only nodes which can be used with the get command.

enumerator ZI_LIST_NODES_EXCLUDESTREAMING = 0x100000#

Exclude streaming nodes.

enumerator ZI_LIST_NODES_EXCLUDEVECTORS = 0x1000000#

Exclude node vectors.