Interface for ports. More...
#include <GenApi/IPort.h>
Public Member Functions | |
virtual void | Read (void *pBuffer, int64_t Address, int64_t Length)=0 |
Reads a chunk of bytes from the port. | |
virtual void | Write (const void *pBuffer, int64_t Address, int64_t Length)=0 |
Writes a chunk of bytes to the port. | |
virtual EAccessMode | GetAccessMode () const =0 |
Get the access mode of the node. | |
Interface for ports.