Skip to content

GenApi::CPortRefT#

More…

Inherits from GenApi::CBaseRefT< T >

Public Functions#

Name
virtual void Read(void * pBuffer, int64_t Address, int64_t Length)
Reads a chunk of bytes from the port.
virtual void Write(const void * pBuffer, int64_t Address, int64_t Length)
Writes a chunk of bytes to the port.
virtual EAccessMode GetAccessMode() const
Get the access mode of the node.

Detailed Description#

template <class T >
class GenApi::CPortRefT;

Public Functions Documentation#

function Read#

inline virtual void Read(
    void * pBuffer,
    int64_t Address,
    int64_t Length
)

Reads a chunk of bytes from the port.

function Write#

inline virtual void Write(
    const void * pBuffer,
    int64_t Address,
    int64_t Length
)

Writes a chunk of bytes to the port.

function GetAccessMode#

inline virtual EAccessMode GetAccessMode() const

Get the access mode of the node.