![]() |
||||||||
|
|
||||||||
Public Member Functions | |
| void | setConnectionTimeout (zU32 _timeout) |
| Set timeout after which a connection automatically closes. | |
| void | setLogLevel (zU8 _level) |
| Set Loglevel. | |
| void | setResendTimeout (zU32 _timeout) |
| Set timeout after which a packet should be resent. | |
Static Public Member Functions | |
| static zU32 | getTime () |
| Get current time. | |
| static void | overrideMemoryHandlers (void *(*_allocator)(size_t _size), void(*_deallocator)(void *_ptr)) |
| Set custom memory handling functions. | |
| static void | Sleep (zU32 _msecs) |
| Let process sleep. | |
|
|
Set timeout after which a connection automatically closes.
Default is 20 seconds. |
|
|
Set timeout after which a packet should be resent.
Default is 4 seconds. |
|
||||||||||||
|
Set custom memory handling functions.
You should also make sure, that, when your application exits, all allocated ZCom_* objects are deleted again. |
|
|
Set Loglevel.
|
|
|
Get current time.
|
|
|
Let process sleep.
|
1.4.6-NO