|
CoSWoT Servient-C
|
Functions | |
| void | test (char *c) |
| Test function, publish the argument it receives. | |
| void | delay (int number_of_seconds) |
| Delay function, wait a certain amount of seconds. | |
| void delay | ( | int | number_of_seconds | ) |
Delay function, wait a certain amount of seconds.
| number_of_seconds | The number of seconds to wait |
| void test | ( | char * | c | ) |
Test function, publish the argument it receives.
| c | The string to publish |