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 this interface.
Name |
GevInterfaceMACAddress |
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 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()