Changeset 387 in flair-src for trunk/lib/FlairCore/src/UdpSocket.h
- Timestamp:
- Dec 21, 2020, 2:49:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairCore/src/UdpSocket.h
r363 r387 66 66 * 67 67 * \param message message 68 * \param dst_id id of the dst if multiple connection (quick and dirty hack for sido, only works on NRT) 68 69 */ 69 void SendMessage(std::string message );70 void SendMessage(std::string message,int dst_id=0); 70 71 71 72 /*!
Note:
See TracChangeset
for help on using the changeset viewer.