Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
Enumerations | |
enum | TransportType_t { SOCK_STREAM = 0, SOCK_DGRAM } |
Specifies transport type. TCP is usually a good idea. More... | |
enum | ConnectionState { CONNECTION_CLOSED, CONNECTION_CONNECTING, CONNECTION_CONNECTED, CONNECTION_LISTENING, CONNECTION_CLOSING, CONNECTION_ERROR } |
Internal TCP/UDP Connection State. More... | |
enum | FlushType_t { FLUSH_NONBLOCKING = 0, FLUSH_BLOCKING } |
Chooses between blocking and non-blocking Wireless Input, Output. Blocking wireless output from the main process will affect the performance of the Aibo, and should only be used for debugging purposes. More... |
|
Internal TCP/UDP Connection State.
|
|
Chooses between blocking and non-blocking Wireless Input, Output. Blocking wireless output from the main process will affect the performance of the Aibo, and should only be used for debugging purposes.
|
|
Specifies transport type. TCP is usually a good idea.
|
Tekkotsu v1.4 |
Generated Sat Jul 19 00:09:18 2003 by Doxygen 1.3.2 |