maxon.IoBrowseIterator

Description

Represents a python iterator for an maxon.IoBrowseInterface

Warning

This function is only there to expose a C++ Object to Python.
As a Python developer you normally don’t have to deal with this function.

Inheritance diagram

Inheritance

Methods Signature

GetIoBrowse()

Retrieves the internal iterator object.

Init(cls, iteratorObject)

Initializes the passed cls object with the iterator.

__init__(iteratorObject)

Initialize self.

__iter__()

Iterates all values from the current url.

Methods Definition

IoBrowseIterator.GetIoBrowse()

Retrieves the internal iterator object. :return:

classmethod IoBrowseIterator.Init(cls, iteratorObject)

Initializes the passed cls object with the iterator.

Parameters

iteratorObject (maxon.IoBrowseRef) – an IteratorObject

Returns

The initialized Iterator

Return type

maxon.IoBrowseRef

IoBrowseIterator.__init__(iteratorObject)

Initialize self. See help(type(self)) for accurate signature.

IoBrowseIterator.__iter__()

Iterates all values from the current url.