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 48-bit MAC address of the GVCP interface of the RemoteDevice.

Name

GevDeviceMACAddress

Category

DeviceInformation

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

C#

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

Python

# Determine the current GevDeviceMACAddress (int)
value = nodeMapLocalDevice.FindNode("GevDeviceMACAddress").Value()

© 2024 IDS Imaging Development Systems GmbH