client-cpp  0.6.2
kaa::Kaa Class Reference

#include <Kaa.hpp>

Static Public Member Functions

static void init (int options=KaaClient::KAA_DEFAULT_OPTIONS)
 
static void start ()
 
static void stop ()
 
static IKaaClientgetKaaClient ()
 
static void pause ()
 
static void resume ()
 

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 = KaaClient::KAA_DEFAULT_OPTIONS)
static

Initialize Kaa library

static void kaa::Kaa::pause ( )
static

Pauses Kaa's workflow.

static void kaa::Kaa::resume ( )
static

Resumes Kaa's workflow.

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

Starts Kaa's workflow.

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

Stops Kaa's workflow.


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