|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
Versioning tool to check library infos.
◆ check_compatibility()
| iolink.iolink.Versioning.check_compatibility |
( |
* |
args | ) |
|
|
static |
*Overload 1:*
Check if the loaded library'version is compatible with the given one.
A version is compatible if:
- The major version is the same
- The library minor version is greater than the given one.
:type version: :py:class:`VersionInfo`
:param version: The version to check compatibility for.
|
*Overload 2:*
Check if the loaded library is compatible with the one defined in the header.
◆ version()
| iolink.iolink.Versioning.version |
( |
| ) |
|
|
static |
Return the version of the currently loaded IOLink library.
◆ version_string()
| iolink.iolink.Versioning.version_string |
( |
| ) |
|
|
static |
Return a description string of the currently loaded IOLink library.
The documentation for this class was generated from the following file:
- Release/python/iolink/iolink.py