Function write_client(server_t *, uint32_t)¶
Defined in File client_io.c
Function Documentation¶
-
void write_client(server_t *srv, uint32_t idx)
Handles a client command.
- Parameters:
srv –
idx – Index of the client.
command – Command to handle.
Defined in File client_io.c
Handles a client command.
srv –
idx – Index of the client.
command – Command to handle.