IDS Peak comfortSDK, genericSDK, IPL, and AFL developer manuals are external documents. Please contact us if you need them.
This feature is deprecated (see InterfaceTLVersionMinor). |
Returns the minor version number of the GigE Vision specification the GenTL Producer implementation complies with.
Name |
GevVersionMinor |
Category |
|
Interface |
Integer |
Access |
Read |
Unit |
- |
Visibility |
Expert |
Values |
-9223372036854775808 … 9223372036854775807 Increment: 1 |
Standard |
GenTL SFNC |
Availability uEye+ |
|
Availability uEye |
- |
Code Example
C++
// Determine the current GevVersionMinor
int64_t value = nodeMapSystem->FindNode<peak::core::nodes::IntegerNode>("GevVersionMinor")->Value();
C#
// Determine the current GevVersionMinor
long value = nodeMapSystem.FindNode<peak.core.nodes.IntegerNode>("GevVersionMinor").Value();
Python
# Determine the current GevVersionMinor (int)
value = nodeMapSystem.FindNode("GevVersionMinor").Value()