semilimes mcu sdk 0.1
semilimes Software Development Kit for microcontrollers
Loading...
Searching...
No Matches
p2p.h
1#ifndef _p2p_
2#define _p2p_
3
4#include "../defines.h"
5
6class P2p
7{
8public:
9
10// Function: P2p.setObj
11
12// This endpoint retrieves the p2p chats of the calling user account.
13
14// Prototype:
15// void setObj();
16
17// Parameters:
18
19// Returns:
21
22 char* getEPurl();
23};
24
25#endif
Definition p2p.h:7
char * getEPurl()
Definition p2p.cpp:15