Please enable JavaScript to view this site.

IDS peak 2.10.0 / uEye+ firmware 3.34

IDS Peak comfortSDK, genericSDK, IPL, and AFL developer manuals are external documents. Please contact us if you need them.

Selects the control method for the transfers.

Name

TransferControlMode

Category

TransferControl

Interface

Enumeration

Access

Read(/Write)

Unit

-

Visibility

Expert

Values

Automatic

Standard

SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

-

Values description

Automatic: The transfer flow control mechanism is controlled automatically. The transfer features are controlled by the acquisition features.

Code example

C++

// Determine the current entry of TransferControlMode
std::string value = nodeMapRemoteDevice->FindNode<peak::core::nodes::EnumerationNode>("TransferControlMode")->CurrentEntry()->SymbolicValue();

C#

// Determine the current entry of TransferControlMode
string value = nodeMapRemoteDevice.FindNode<peak.core.nodes.EnumerationNode>("TransferControlMode").CurrentEntry().SymbolicValue();

Python

# Determine the current entry of TransferControlMode (str)
value = nodeMapRemoteDevice.FindNode("TransferControlMode").CurrentEntry().SymbolicValue()

© 2024 IDS Imaging Development Systems GmbH