Skip to content
Snippets Groups Projects
Commit 4de88503 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra
Browse files

Better documentation of failure codes.

parent 005fb2ea
Branches
Tags
No related merge requests found
......@@ -262,7 +262,8 @@ eb_status_t eb_socket_detach(eb_socket_t socket, eb_address_t address);
* Return codes:
* OK - the remote etherbone device is ready
* ADDRESS - the network address could not be parsed
* TIMEOUT - the remote host did not respond with etherbone
* TIMEOUT - timeout waiting for etherbone response
* FAIL - failure of the transport layer (remote host down?)
* WIDTH - could not negotiate an acceptable data bus width
* OOM - out of memory
*/
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment