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 |
|
Interface |
Enumeration |
Access |
Read(/Write) |
Unit |
- |
Visibility |
Expert |
Values |
Automatic |
Standard |
SFNC |
Availability uEye+ |
|
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()