Skip to content

Class SpinnakerNET::GenApi::GEVEventAdapter

ClassList > SpinnakerNET > GenApi > GEVEventAdapter

Adapter delivering GigE Vision events to an INodeMap .

  • #include <GEVEventAdapter.h>

Inherits the following classes: SpinnakerNET::GenApi::EventAdapter

Public Functions

Type Name
virtual void __clrcall DeliverMessage (IntPtr message, int length) override
Attaches the event data in message to the ports with matching event ID.
__clrcall GEVEventAdapter (void)
Constructor for an unattached GEVEventAdapter s.
__clrcall GEVEventAdapter (SpinnakerNET::GenApi::INodeMap ^ nodeMap)
Constructor for an attached GEVEventAdapter .
virtual __clrcall ~GEVEventAdapter (void)
Disposes all managed and unmanaged resources.

Public Functions Documentation

function DeliverMessage

Attaches the event data in message to the ports with matching event ID.

virtual void  __clrcall SpinnakerNET::GenApi::GEVEventAdapter::DeliverMessage (
    IntPtr message,
    int length
) override

Parameters:

  • message Pointer to message data.
  • length Length of message in bytes.

function GEVEventAdapter [1/2]

Constructor for an unattached GEVEventAdapter s.

__clrcall SpinnakerNET::GenApi::GEVEventAdapter::GEVEventAdapter (
    void
) 


function GEVEventAdapter [2/2]

Constructor for an attached GEVEventAdapter .

__clrcall SpinnakerNET::GenApi::GEVEventAdapter::GEVEventAdapter (
    SpinnakerNET::GenApi::INodeMap ^ nodeMap
) 

Parameters:

  • nodeMap Pointer to the INodeMap object to attach to.

function ~GEVEventAdapter

Disposes all managed and unmanaged resources.

virtual __clrcall SpinnakerNET::GenApi::GEVEventAdapter::~GEVEventAdapter (
    void
) 



The documentation for this class was generated from the following file /workspace/src/SpinnakerNET/GenApiNet/GEVEventAdapter.h