|
◆ service_send()
Sends data using the given service client.
- Parameters
-
client | The service client to use for sending. |
data | Data to send |
size | Size of the data to send |
sent | Number of bytes sent (can be NULL to ignore) |
- Returns
- SERVICE_E_SUCCESS on success, SERVICE_E_INVALID_ARG when one or more parameters are invalid, or SERVICE_E_UNKNOWN_ERROR when an unspecified error occurs.
|