Please enable JavaScript to view this site.

IDS peak 2.15.0 / uEye+ firmware 3.54

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