Class SpinnakerNET::GenApi::Helper::NativePort¶
ClassList > SpinnakerNET > GenApi > Helper > NativePort
Helper class to promote a managed port object to the nativeGenApi .
#include <NativePort.h>
Inherits the following classes: Spinnaker::GenApi::IPort
Public Functions¶
| Type | Name |
|---|---|
| ::Spinnaker::GenApi::EAccessMode | GetAccessMode () const |
| NativePort (const gcroot< SpinnakerNET::GenApi::Port^> & port) |
|
| virtual void | Read (void * pBuffer, int64_t Address, int64_t Length) |
| virtual void | Write (const void * pBuffer, int64_t Address, int64_t Length) |
| virtual | ~NativePort (void) |
Public Functions Documentation¶
function GetAccessMode¶
function NativePort¶
SpinnakerNET::GenApi::Helper::NativePort::NativePort (
const gcroot < SpinnakerNET::GenApi::Port^> & port
)
function Read¶
virtual void SpinnakerNET::GenApi::Helper::NativePort::Read (
void * pBuffer,
int64_t Address,
int64_t Length
)
function Write¶
virtual void SpinnakerNET::GenApi::Helper::NativePort::Write (
const void * pBuffer,
int64_t Address,
int64_t Length
)
function ~NativePort¶
The documentation for this class was generated from the following file /workspace/src/SpinnakerNET/GenApiNet/NativePort.h