|
my_teams
|

Functions | |
| bool | p_client_send_packet (const p_client_t *client, const uint16_t type, const void *data, const int size) |
| Send a packet from the client. More... | |
| bool p_client_send_packet | ( | const p_client_t * | client, |
| uint16_t | type, | ||
| const void * | data, | ||
| int | size | ||
| ) |
Send a packet from the client.
| client | Pointer to the client. |
| type | Type of the packet. |
| data | Data to be included in the packet. |
| size | Size of the data. |
