semilimes mcu sdk
1.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
6
class
P2p
7
{
8
public
:
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
P2p
Definition
p2p.h:7
P2p::getEPurl
char * getEPurl()
Definition
p2p.cpp:15
github
semilimes_mcu_sdk
src
communication
p2p.h
Generated by
1.12.0