Skip to main content

delta-subscribe-simple-example

Including the basic AMPS library:

#include <amps/ampsplusplus.hpp>

Constructing the command:

AMPS::Command cmd(AMPS::Message::Command::DeltaSubscribe);
cmd.setTopic(topic);

The command can now be used in execute or executeAsync.