more getme.cpp

This commit is contained in:
Michael Davidsaver
2017-06-19 14:28:16 +02:00
parent cd722388dc
commit 3499bcb4af
5 changed files with 108 additions and 15 deletions
+10
View File
@@ -0,0 +1,10 @@
/**
@page examples_getme Client Get Example
This example demonstrates a client which issues a Get operation on startup,
and again each time a channel becomes Connected.
@include getme.cpp
*/