sendDataToServer
ClientSocket::sendDataToServer
Sends data to a server.
Declaration
void sendDataToServer(const void* data, size_t dataSize);
Parameters
Name |
Type |
Description |
---|---|---|
data |
const void* |
The data to send to the server. |
dataSize |
size_t |
The size of the data to send to the server. |
Returns
None.
Notes
Buffer can be used to efficiently create the data to send to the server.