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:
messagePointer to message data.lengthLength of message in bytes.
function GEVEventAdapter [1/2]¶
Constructor for an unattached GEVEventAdapter s.
function GEVEventAdapter [2/2]¶
Constructor for an attached GEVEventAdapter .
__clrcall SpinnakerNET::GenApi::GEVEventAdapter::GEVEventAdapter (
SpinnakerNET::GenApi::INodeMap ^ nodeMap
)
Parameters:
nodeMapPointer to theINodeMapobject to attach to.
function ~GEVEventAdapter¶
Disposes all managed and unmanaged resources.
The documentation for this class was generated from the following file /workspace/src/SpinnakerNET/GenApiNet/GEVEventAdapter.h