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 control channel timeouts since the device was opened.
Name |
ControlChannelTimeoutCount |
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 ControlChannelTimeoutCount
int64_t value = nodeMapLocalDevice->FindNode<peak::core::nodes::IntegerNode>("ControlChannelTimeoutCount")->Value();
C#
// Determine the current ControlChannelTimeoutCount
long value = nodeMapLocalDevice.FindNode<IDSImaging.Peak.API.Core.Nodes.IntegerNode>("ControlChannelTimeoutCount").Value();
Python
# Determine the current ControlChannelTimeoutCount (int)
value = nodeMapLocalDevice.FindNode("ControlChannelTimeoutCount").Value()