| Yubico YubiKey NEO Manager C Library | ||||
|---|---|---|---|---|
| Top | Description | ||||
typedef enum {
YKNEOMGR_OK = 0,
YKNEOMGR_MEMORY_ERROR = -1,
YKNEOMGR_NO_DEVICE = -2,
YKNEOMGR_TOO_MANY_DEVICES = -3,
YKNEOMGR_BACKEND_ERROR = -4,
} ykneomgr_rc;
Error codes.
typedef enum {
YKNEOMGR_DEBUG = 1
} ykneomgr_initflags;
Flags passed to ykneomgr_global_init().