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 = -2An invalid parameter was provided.
COMMUNICATIONS_ERROR = -1A communication error occurred.
FIRMWARE_FAILURE = -12A firmware failure occurred.
GENERAL_ERROR = -9A general error occurred.
SETUP_ERROR = -3A setup error occurred.
STATUS_OK = 0Operation completed successfully.
TEMPORARY_ERROR = -13A temporary error occurred (device may reboot and come back online, retry may succeed).
UNINITIALIZED = -10The device is not opened