The SleepThread class is used for sleep current thread in WpaSup class.
More...
|
static void | usleep (long iSleepTime) |
| method which forces the current thread to sleep for usecs microseconds More...
|
|
static void | sleep (long iSleepTime) |
| method which forces the current thread to sleep for usecs seconds More...
|
|
static void | msleep (long iSleepTime) |
| method which forces the current thread to sleep for usecs milliseconds More...
|
|
The SleepThread class is used for sleep current thread in WpaSup class.
static void SleepThread::msleep |
( |
long |
iSleepTime | ) |
|
|
inlinestatic |
method which forces the current thread to sleep for usecs milliseconds
- Parameters
-
iSleepTime | time in milliseconds |
static void SleepThread::sleep |
( |
long |
iSleepTime | ) |
|
|
inlinestatic |
method which forces the current thread to sleep for usecs seconds
- Parameters
-
iSleepTime | time in seconds |
static void SleepThread::usleep |
( |
long |
iSleepTime | ) |
|
|
inlinestatic |
method which forces the current thread to sleep for usecs microseconds
- Parameters
-
iSleepTime | time in microseconds |
The documentation for this class was generated from the following file: