enum __EZV24_ERROR_CODES


[more] V24_E_OK
no error, all went fine
[more] V24_E_ILLPARM
`general' illegal parameter
[more] V24_E_ILLBAUD
illegal baudrate
[more] V24_E_ILLDATASZ
illegal datasize
[more] V24_E_ILLPARITY
illegal parity
[more] V24_E_ILLHANDLE
illegal handle.
[more] V24_E_ILLTIMEOUT
illegal timeout value
[more] V24_E_CREATE_LOCK
creation of the lock file failed
[more] V24_E_OPEN_LOCK
lock file can't be opened
[more] V24_E_KILL_LOCK
unlink of the lock file failed
[more] V24_E_WRITE_LOCK
can't write to the lock file
[more] V24_E_LOCK_EXIST
foreign lock file exist.
[more] V24_E_NOMEM
not enough memory
[more] V24_E_NULL_POINTER
pointer is NULL
[more] V24_E_OPEN
open failed
[more] V24_E_READ
read failed
[more] V24_E_WRITE
write failed
[more] V24_E_NOT_INIT
library is not initialized
[more] V24_E_NO_PROC_FILE
no proc file system.
[more] V24_E_NOT_IMPLEMENTED
function not implemented
[more] V24_E_TIMEOUT
timeout waiting for data
[more] V24_E_DBG_MESSAGES
debugging.
[more] V24_E_DBG_STALE_LOCK
stale lock file overwritten.


Documentation

o V24_E_OK
no error, all went fine

o V24_E_ILLPARM
`general' illegal parameter

o V24_E_ILLBAUD
illegal baudrate

o V24_E_ILLDATASZ
illegal datasize

o V24_E_ILLPARITY
illegal parity

o V24_E_ILLHANDLE
illegal handle. The parameter specifying the port handle is bad. Make sure unused handle are set to NULL.

o V24_E_ILLTIMEOUT
illegal timeout value

o V24_E_CREATE_LOCK
creation of the lock file failed

o V24_E_OPEN_LOCK
lock file can't be opened

o V24_E_KILL_LOCK
unlink of the lock file failed

o V24_E_WRITE_LOCK
can't write to the lock file

o V24_E_LOCK_EXIST
foreign lock file exist. This means, that another process allready has locked the port.

o V24_E_NOMEM
not enough memory

o V24_E_NULL_POINTER
pointer is NULL

o V24_E_OPEN
open failed

o V24_E_READ
read failed

o V24_E_WRITE
write failed

o V24_E_NOT_INIT
library is not initialized

o V24_E_NO_PROC_FILE
no proc file system. We can't open the virtual file /proc/tty/...

o V24_E_NOT_IMPLEMENTED
function not implemented

o V24_E_TIMEOUT
timeout waiting for data

o V24_E_DBG_MESSAGES
debugging. Error codes greater than this value are debug messages.

o V24_E_DBG_STALE_LOCK
stale lock file overwritten. The PID stored in the lock file doesn't exist, so we can overwrite it.

Alphabetic index



This page was generated with the help of DOC++.