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 |
|
Interface |
Integer |
Access |
Read |
Unit |
- |
Visibility |
Expert |
Values |
0 … 281474976710655 Increment: 1 |
Standard |
GenTL SFNC |
Availability uEye+ |
|
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()