IOLink Python 1.11.0
Loading...
Searching...
No Matches
iolink.iolink.DataAccess Class Reference
Inheritance diagram for iolink.iolink.DataAccess:
iolink.iolink.RandomAccess iolink.iolink.StreamAccess

Public Member Functions

 __init__ (self, *args, **kwargs)
 
 get_storage (self)
 
 get_resource_id (self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 storage = property(get_storage, doc=get_storage.__doc__)
 
 resource_id = property(get_resource_id, doc=get_resource_id.__doc__)
 

Detailed Description

Parent interface of interfaces used to manipulate raw bytes.

A DataAccessor can be associated to a DataStorage. In this case,
the data accessor represent an opened access to a storage's resource.

Member Function Documentation

◆ get_resource_id()

iolink.iolink.DataAccess.get_resource_id (   self)
Return the resource identifier of this data accessor.

◆ get_storage()

iolink.iolink.DataAccess.get_storage (   self)
Get the storage to which this data accessor belong.

The documentation for this class was generated from the following file: