client-cpp  0.0.1-SNAPSHOT
kaa::Kaa Class Reference

#include <Kaa.hpp>

Static Public Member Functions

static void init (int options=0)
 
static void start ()
 
static void stop ()
 
static IKaaClientgetKaaClient ()
 

Detailed Description

Entry point to the Kaa library.

Responsible for the Kaa initialization and start/stop actions.

Definition at line 30 of file Kaa.hpp.

Member Function Documentation

static IKaaClient& kaa::Kaa::getKaaClient ( )
static

Retrieves the Kaa client.

Returns
IKaaClient instance.
static void kaa::Kaa::init ( int  options = 0)
static

Initialize Kaa library

static void kaa::Kaa::start ( )
static

Starts Kaa's work flow.

static void kaa::Kaa::stop ( )
static

Stops Kaa's work flow.


The documentation for this class was generated from the following file: