added small code example
This commit is contained in:
parent
e9971cab79
commit
d531950a0b
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,12 @@
|
||||||
/**
|
/**
|
||||||
* This class is used to connect and talk to the ScStw basestation.
|
* This class is used to connect and talk to the ScStw basestation.
|
||||||
*
|
*
|
||||||
|
* @code{.cpp}
|
||||||
|
* ScStwClient * client = new ScStwClient();
|
||||||
|
* client->setIp("192.168.4.1");
|
||||||
|
* client->connectToHost();
|
||||||
|
* @endcode
|
||||||
|
*
|
||||||
* @brief The ScStwClient class
|
* @brief The ScStwClient class
|
||||||
* @author Dorian Zedler
|
* @author Dorian Zedler
|
||||||
*/
|
*/
|
||||||
|
|
Reference in a new issue