IDS Peak comfortSDK, genericSDK, IPL, and AFL developer manuals are external documents. Please contact us if you need them.
Returns the minor version number of the GenTL SFNC (Standard Features Naming Convention) that was used to create the GenTL Producer`s XML.
Name |
GenTLSFNCVersionMinor |
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 GenTLSFNCVersionMinor
int64_t value = nodeMapSystem->FindNode<peak::core::nodes::IntegerNode>("GenTLSFNCVersionMinor")->Value();
C#
// Determine the current GenTLSFNCVersionMinor
long value = nodeMapSystem.FindNode<peak.core.nodes.IntegerNode>("GenTLSFNCVersionMinor").Value();
Python
# Determine the current GenTLSFNCVersionMinor (int)
value = nodeMapSystem.FindNode("GenTLSFNCVersionMinor").Value()