Enum Csp2Status
- Namespace
- Opticon
- Assembly
- Opticon.csp2.dll
Status codes returned by the CSP2 library.
public enum Csp2Status
Fields
AccessDenied = 5Access denied.
BadParameter = -2Invalid parameter passed.
CommandLrcError = -7Command LRC (checksum) error.
CommunicationsError = -1General communications error (e.g. disconnected device).
DllArchitectureMismatch = -15CSP2 DLL architecture mismatch.
DllNotFound = -14CSP2 DLL not found.
FileNotFound = 2File not found.
FirmwareFailure = -12Firmware failure.
GeneralError = -9General unspecified error.
InvalidCommandNumber = -4Invalid command number.
Ok = 0Operation completed successfully.
ReceivedCharacterError = -8Received character error.
SetupError = -3Device setup error.
TemporaryError = -13Temporary error (retry may succeed).
Uninitialized = -10Device not initialized.
VersionError = -11Version mismatch.