Public Member Functions | List of all members
GenApi::IPort Struct Referenceabstract

Interface for ports. More...

#include <GenApi/IPort.h>

Inheritance diagram for GenApi::IPort:
Inheritance graph
[legend]

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.
 

Detailed Description

Interface for ports.


The documentation for this struct was generated from the following file:

© 2006-2014 Basler (Tue Jul 22 2014 11:41:23)