IDS Peak comfortSDK, genericSDK, IPL, and AFL developer manuals are external documents. Please contact us if you need them.
If the DeviceBootStatus register returns a boot status different to "OK", this register provides additional information useful to identify the problem. Provide this information when contacting support.
Name |
Device Boot Status Additional Information 2 |
Category |
|
Interface |
Enumeration |
Access |
Read/Write |
Unit |
- |
Visibility |
Beginner |
Values |
- |
Standard |
IDS |
Availability uEye+ |
|
Availability uEye |
- |
Code example
C++
// Determine the current DeviceBootStatusAdditionalInfo2
int64_t value = nodeMapRemoteDevice->FindNode<peak::core::nodes::IntegerNode>("DeviceBootStatusAdditionalInfo2")->Value();
C#
// Determine the current DeviceBootStatusAdditionalInfo2
long value = nodeMapRemoteDevice.FindNode<peak.core.nodes.IntegerNode>("DeviceBootStatusAdditionalInfo2").Value();
Python
# Determine the current DeviceBootStatusAdditionalInfo2 (int)
value = nodeMapRemoteDevice.FindNode("DeviceBootStatusAdditionalInfo2").Value()