Table of Contents

Enum OpnResult

Namespace
Opticon
Assembly
Opticon.csp2.dll

Represents the result of an operation on an OPN device.

public enum OpnResult : long

Fields

BAD_PARAM = -2

An invalid parameter was provided.

COMMUNICATIONS_ERROR = -1

A communication error occurred.

FIRMWARE_FAILURE = -12

A firmware failure occurred.

GENERAL_ERROR = -9

A general error occurred.

SETUP_ERROR = -3

A setup error occurred.

STATUS_OK = 0

Operation completed successfully.

TEMPORARY_ERROR = -13

A temporary error occurred (device may reboot and come back online, retry may succeed).

UNINITIALIZED = -10

The device is not opened