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 major version number of the GenTL SFNC (Standard Features Naming Convention) that was used to create the GenTL Producer`s XML.

Name

GenTLSFNCVersionMajor

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 GenTLSFNCVersionMajor
int64_t value = nodeMapSystem->FindNode<peak::core::nodes::IntegerNode>("GenTLSFNCVersionMajor")->Value();

C#

// Determine the current GenTLSFNCVersionMajor
long value = nodeMapSystem.FindNode<peak.core.nodes.IntegerNode>("GenTLSFNCVersionMajor").Value();

Python

# Determine the current GenTLSFNCVersionMajor (int)
value = nodeMapSystem.FindNode("GenTLSFNCVersionMajor").Value()

© 2024 IDS Imaging Development Systems GmbH