#include <IPort.h>
Public Member Functions | |
virtual void | Read (void *pBuffer, int64_t Address, int64_t Length) |
Reads a chunk of bytes from the port. More... | |
virtual void | Write (const void *pBuffer, int64_t Address, int64_t Length) |
Writes a chunk of bytes to the port. More... | |
Public Member Functions inherited from GENAPI_NAMESPACE::CBaseRefT< T > | |
virtual EAccessMode | GetAccessMode () const |
Get the access mode of the node. More... | |
Public Member Functions inherited from GENAPI_NAMESPACE::CReferenceT< T, T > | |
CReferenceT () | |
virtual void | SetReference (IBase *ptr) |
sets the implementation to the reference More... | |
Private Types | |
typedef CBaseRefT< T > | ref |
Additional Inherited Members | |
Protected Attributes inherited from GENAPI_NAMESPACE::CReferenceT< T, T > | |
T * | m_Ptr |
Pointer to the implementation the reference references to. More... | |
|
private |
|
inlinevirtual |
|
inlinevirtual |