![]() |
IOLink Python 1.11.0
|
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__) | |
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.
| iolink.iolink.DataAccess.get_resource_id | ( | self | ) |
Return the resource identifier of this data accessor.
| iolink.iolink.DataAccess.get_storage | ( | self | ) |
Get the storage to which this data accessor belong.