Skip to content

Class SpinnakerNET::GenApi::IIDCEventAdapter

ClassList > SpinnakerNET > GenApi > IIDCEventAdapter

Adapter delivering GigE Vision events to an INodeMap .

  • #include <IIDCEventAdapter.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 IIDCEventAdapter (void)
Constructor for an unattached IIDCEventAdapter s.
__clrcall IIDCEventAdapter (SpinnakerNET::GenApi::INodeMap ^ nodeMap)
Constructor for an attached IIDCEventAdapter .
virtual __clrcall ~IIDCEventAdapter (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::IIDCEventAdapter::DeliverMessage (
    IntPtr message,
    int length
) override

Parameters:

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

function IIDCEventAdapter [1/2]

Constructor for an unattached IIDCEventAdapter s.

__clrcall SpinnakerNET::GenApi::IIDCEventAdapter::IIDCEventAdapter (
    void
) 


function IIDCEventAdapter [2/2]

Constructor for an attached IIDCEventAdapter .

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

Parameters:

  • nodeMap Pointer to the INodeMap object to attach to.

function ~IIDCEventAdapter

Disposes all managed and unmanaged resources.

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



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