CoSWoT Servient-C
Loading...
Searching...
No Matches
Functions
Module callback functions

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.
 

Detailed Description

Function Documentation

◆ delay()

void delay ( int  number_of_seconds)

Delay function, wait a certain amount of seconds.

Parameters
number_of_secondsThe number of seconds to wait

◆ test()

void test ( char *  c)

Test function, publish the argument it receives.

Parameters
cThe string to publish