IOLink
IOL_v1.2.0_release
|
Parent interface of interfaces used to manipulate raw bytes. More...
#include <iolink/storage/DataAccess.h>
Public Member Functions | |
virtual std::shared_ptr< DataStorage > | storage () const =0 |
Get the storage to which this data accessor belong. | |
virtual const std::string & | resourceId () const =0 |
Return the resource identifier of this data accessor. | |
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.