Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 467 Bytes

index.md

File metadata and controls

25 lines (17 loc) · 467 Bytes
code type title description
true
page
connect
Connects the SDK to Kuzzle

connect

Connects to Kuzzle using the Protocol argument provided in the constructor options. Subsequent call have no effect if the SDK is already connected.

Signature

void connect();

Exceptions

Throws a kuzzleio::KuzzleException if there is an error. See how to handle error.

Usage

<<< ./snippets/connect.cpp