Please enable JavaScript to view this site.

IDS peak 2.8.0 / uEye+ firmware 3.33

Returns the 48-bit MAC address of this interface.

Name

GevInterfaceMACAddress

Category

InterfaceInformation

Interface

Integer

Access

Read

Unit

-

Visibility

Expert

Values

0 … 281474976710655

Increment: 1

Standard

GenTL SFNC

Availability uEye+

icon-gev

Availability uEye

-

Code Example

C++

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

C#

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

Python

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

© 2024 IDS Imaging Development Systems GmbH