Changeset 459 for Daodan/Flatline
- Timestamp:
- Aug 24, 2009, 1:32:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/Flatline/src/Flatline.h
r457 r459 31 31 32 32 bool Net_Listen(uint16_t port, bool (*packet_callback)(char* data, int datalen, int from)); 33 int Net_CreateSocket(uint16_t port); 34 bool Net_Send(int socket, int ip, uint16_t port, char* data, int datalen); 35 void Net_CloseSocket(int sock); 33 34 int NetUDPSocket_Create(uint16_t port); 35 bool NetUDPSocket_Send(int socket, int ip, uint16_t port, char* data, int datalen); 36 void NetUDPSocket_Close(int sock); 37 36 38 bool FLrListen_PacketCallback(char* data, int datalen, int from); 37 39 bool FLrListen_Run();
Note:
See TracChangeset
for help on using the changeset viewer.