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

Public Member Functions

 __init__ (self)
 

Static Public Member Functions

 is_random_access (randomAccess)
 
 to_random (accessor)
 

Properties

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

Detailed Description

Utility class to check and convert a DataAccess into a RandomAccess.

Member Function Documentation

◆ 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: