diff --git a/ScStwLibraries/scstwclient.h b/ScStwLibraries/scstwclient.h index ec460f8..830ba98 100644 --- a/ScStwLibraries/scstwclient.h +++ b/ScStwLibraries/scstwclient.h @@ -19,6 +19,12 @@ /** * 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 * @author Dorian Zedler */