#include <IPort.h>
Public Member Functions | |
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. | |
Private Types | |
typedef CBaseRefT< T > | ref |
typedef CBaseRefT<T> GENAPI_NAMESPACE::CPortRefT< T >::ref [private] |
Reimplemented from GENAPI_NAMESPACE::CBaseRefT< T >.
Reimplemented in GENAPI_NAMESPACE::CPortRecorderRefT< T >.
virtual void GENAPI_NAMESPACE::CPortRefT< T >::Read | ( | void * | pBuffer, |
int64_t | Address, | ||
int64_t | Length | ||
) | [inline, virtual] |
virtual void GENAPI_NAMESPACE::CPortRefT< T >::Write | ( | const void * | pBuffer, |
int64_t | Address, | ||
int64_t | Length | ||
) | [inline, virtual] |