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 1 |
Category |
|
Interface |
Enumeration |
Access |
Read |
Unit |
- |
Visibility |
Expert |
Values |
- |
Standard |
IDS |
Availability uEye+ |
|
Availability uEye |
- |
Code example
C++
// Determine the current DeviceBootStatusAdditionalInfo1
int64_t value = nodeMapRemoteDevice->FindNode<peak::core::nodes::IntegerNode>("DeviceBootStatusAdditionalInfo1")->Value();
C#
// Determine the current DeviceBootStatusAdditionalInfo1
long value = nodeMapRemoteDevice.FindNode<peak.core.nodes.IntegerNode>("DeviceBootStatusAdditionalInfo1").Value();
Python
# Determine the current DeviceBootStatusAdditionalInfo1 (int)
value = nodeMapRemoteDevice.FindNode("DeviceBootStatusAdditionalInfo1").Value()