SmartCradle v1
Baby smart cradle
livestream.h
Go to the documentation of this file.
1
10#ifndef LIVESTREAM_H
11#define LIVESTREAM_H
12
16void startLivestream();
17
21void stopLivestream();
22
30_Bool getStreamStatus();
31
32#endif
_Bool getStreamStatus()
Get the Streaming Status object.
Definition: livestream.c:41
void stopLivestream()
Stop the livestream.
Definition: livestream.c:31
void startLivestream()
Start the livestream.
Definition: livestream.c:16