OpenWrt_Luci_Lua/1_8.sip_push/nebula_sdk/sdk/connect.h

15 lines
228 B
C
Raw Normal View History

2015-06-13 14:34:38 +00:00
#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