GenApi::CPortRefT#
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#
Public Functions Documentation#
function Read#
Reads a chunk of bytes from the port.
function Write#
Writes a chunk of bytes to the port.
function GetAccessMode#
Get the access mode of the node.