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 number of network adapters that are connected to this interface.

Name

NetworkAdapterCount

Category

InterfaceInformation

Interface

Integer

Access

Read

Unit

-

Visibility

Guru

Values

unsigned int 4-byte

Standard

IDS

Availability uEye+

icon-gev

Availability uEye

-

Code Example

C++

// Determine the current NetworkAdapterCount
int64_t value = nodeMapInterface->FindNode<peak::core::nodes::IntegerNode>("NetworkAdapterCount")->Value();

C#

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

Python

# Determine the current NetworkAdapterCount (int)
value = nodeMapInterface.FindNode("NetworkAdapterCount").Value()

© 2024 IDS Imaging Development Systems GmbH