OpenWrt_Luci_Lua/1_8.sip_push/nebula_sdk/sdk/connect.h
2015-06-13 23:06:56 +08:00

15 lines
228 B
C

#ifndef CONNECT_H
#define CONNECT_H
#include <google/protobuf-c/protobuf-c.h>
#define MAX_BUF_SIZE 4096
int NebulaConnect();
int NebulaSend(uint8_t type, ProtobufCMessage *msg);
void NebulaDisconnect();
#endif //CONNECT_H