Please enable JavaScript to view this site.

IDS peak 2.8.0 / uEye+ firmware 3.33

Enables the generation of PENDING_ACK.

Name

GevGVCPPendingAck

Category

GigEVision

Interface

Boolean

Access

Read/Write

Unit

-

Visibility

Guru

Values

True

False

Standard

SFNC

Availability uEye+

icon-gev

Availability uEye

-

Values description

True: Enables the generation of PENDING_ACK.

False: Disables the generation of PENDING_ACK.

Code example

C++

// Determine the current status of GevGVCPPendingAck
bool value = nodeMapRemoteDevice->FindNode<peak::core::nodes::BooleanNode>("GevGVCPPendingAck")->Value();
// Set GevGVCPPendingAck to true
nodeMapRemoteDevice->FindNode<peak::core::nodes::BooleanNode>("GevGVCPPendingAck")->SetValue(true);

C#

// Determine the current status of GevGVCPPendingAck
bool value = nodeMapRemoteDevice.FindNode<peak.core.nodes.BooleanNode>("GevGVCPPendingAck").Value();
// Set GevGVCPPendingAck to true
nodeMapRemoteDevice.FindNode<peak.core.nodes.BooleanNode>("GevGVCPPendingAck").SetValue(true);

Python

# Determine the current status of GevGVCPPendingAck (bool)
value = nodeMapRemoteDevice.FindNode("GevGVCPPendingAck").Value()
# Set GevGVCPPendingAck to true (bool)
nodeMapRemoteDevice.FindNode("GevGVCPPendingAck").SetValue(True)

© 2024 IDS Imaging Development Systems GmbH