Please enable JavaScript to view this site.

IDS peak 2.20.0 / uEye+ firmware 3.80

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

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<IDSImaging.Peak.API.Core.Nodes.EnumerationNode>("TransferControlMode").CurrentEntry().SymbolicValue();

Python

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

© 2026 IDS Imaging Development Systems GmbH