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.

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

SystemInformation

Interface

Integer

Access

Read

Unit

-

Visibility

Expert

Values

-9223372036854775808 … 9223372036854775807

Increment: 1

Standard

GenTL SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

icon-ui-gige icon-ui-usb2 icon-ui-usb3

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()

© 2024 IDS Imaging Development Systems GmbH