This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
dong_dl
/
proto
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
a24efbcd50
Branches
Tags
master
proto
/
inc
/
MqttClient
/
ISocket.h
ISocket.h
82 B
Histórico
Raw
1
2
3
4
5
6
7
8
#pragma once
class ISocket
{
public:
};
ISocket* createSocket(const char* url);