/** @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 */ /** @page examples_putme Client Put Example This example demonstrates a client which issues a Put operation on startup, waits for acknowledgement that the put has been handled, then exits. @include putme.cpp */ /** @page examples_monitorme Client Monitor Example This example demonstrates a client which sets up a persistent Monitor operation. @include monitorme.cpp */