|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
Utility class to check and convert a DataAccess into a RandomAccess.
◆ is_random_access()
| iolink.iolink.RandomAccessProvider.is_random_access |
( |
|
randomAccess | ) |
|
|
static |
Checks if DataAccess supports RandomAccess interface.
◆ to_random()
| iolink.iolink.RandomAccessProvider.to_random |
( |
|
accessor | ) |
|
|
static |
Return the RandomAccess interface if the accessor supports it.
If it does not support this interface, returns null.
The documentation for this class was generated from the following file:
- Release/python/iolink/iolink.py