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