Table of Contents

Enum Csp2Status

Namespace
Opticon
Assembly
Opticon.csp2.dll

Status codes returned by the CSP2 library.

public enum Csp2Status

Fields

AccessDenied = 5

Access denied.

BadParameter = -2

Invalid parameter passed.

CommandLrcError = -7

Command LRC (checksum) error.

CommunicationsError = -1

General communications error (e.g. disconnected device).

DllArchitectureMismatch = -15

CSP2 DLL architecture mismatch.

DllNotFound = -14

CSP2 DLL not found.

FileNotFound = 2

File not found.

FirmwareFailure = -12

Firmware failure.

GeneralError = -9

General unspecified error.

InvalidCommandNumber = -4

Invalid command number.

Ok = 0

Operation completed successfully.

ReceivedCharacterError = -8

Received character error.

SetupError = -3

Device setup error.

TemporaryError = -13

Temporary error (retry may succeed).

Uninitialized = -10

Device not initialized.

VersionError = -11

Version mismatch.