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 number of control channel rejects since the device was opened.

Name

ControlChannelRejectCount

Category

ControlChannelMonitor

Interface

Integer

Access

Read

Unit

-

Visibility

Expert

Values

unsigned int 4-byte

Standard

IDS

Availability uEye+

icon-gev icon-u3v

Availability uEye

icon-ui-gige icon-ui-usb2 icon-ui-usb3

Code Example

C++

// Determine the current ControlChannelRejectCount
int64_t value = nodeMapLocalDevice->FindNode<peak::core::nodes::IntegerNode>("ControlChannelRejectCount")->Value();

C#

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

Python

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

© 2024 IDS Imaging Development Systems GmbH