Namespace: Rx – Header: Rx.Core/ECamSetIpCode.h

ECamSetIpCode Enumeration

C++
#include "Rx.Core/ECamSetIpCode.h"
enum class ECamSetIpCode

Specifies return values of ForceValidIP and SetIPConfig provided by certain camera implementations.

Values

AllOK

The camera is now in a valid state and nothing more has to be done.

ReenumerateNeeded

Cameras must be reenumerated in order to be able to use the camera correctly.

CameraPowerResetNeeded

A camera power reset is needed. This also means you have to reenumerate.

FullRestartNeeded

Everything has to be restarted. It is a bitwise | of the previous 2.

UnknownError

Something unexpected happened.