#include <IPortStacked.h>

Public Member Functions | |
| virtual void | Read (PORT_REGISTER_STACK_ENTRY *pEntries, size_t numEntries) |
| Reads a chunk of bytes from the port. More... | |
| virtual void | Write (PORT_REGISTER_STACK_ENTRY *pEntries, size_t numEntries) |
| Writes a chunk of bytes to the port. More... | |
Public Member Functions inherited from GENAPI_NAMESPACE::CPortRefT< T > | |
| 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 CPortRefT< 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... | |
Definition at line 80 of file IPortStacked.h.
|
private |
Definition at line 82 of file IPortStacked.h.
|
inlinevirtual |
Reads a chunk of bytes from the port.
Definition at line 90 of file IPortStacked.h.
|
inlinevirtual |
Writes a chunk of bytes to the port.
Definition at line 99 of file IPortStacked.h.