IDS Peak comfortSDK, genericSDK, AFL, ICL, and IPL developer manuals are external documents.
Please contact us if you need these manuals.
Returns the number of provided interfaces the System module currently enumerates.
Name |
InterfaceCount |
Category |
|
Interface |
Integer |
Access |
Read |
Unit |
- |
Visibility |
Expert |
Values |
unsigned int 4-byte |
Standard |
IDS |
Availability uEye+ |
|
Availability uEye |
|
Code Example
C++
// Determine the current InterfaceCount
int64_t value = nodeMapSystem->FindNode<peak::core::nodes::IntegerNode>("InterfaceCount")->Value();
C#
// Determine the current InterfaceCount
long value = nodeMapSystem.FindNode<IDSImaging.Peak.API.Core.Nodes.IntegerNode>("InterfaceCount").Value();
Python
# Determine the current InterfaceCount (int)
value = nodeMapSystem.FindNode("InterfaceCount").Value()