logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

qb_ipcc_fd_get - Get the file descriptor to poll.

Description

Name

       qb_ipcc_fd_get - Get the file descriptor to poll.

Params

cconnectioninstancefd(out)filedescriptortopoll

See Also

qb_ipcc_send(3), qb_ipcc_sendv_recv(3), qb_ipcc_recv(3), qb_ipcc_event_recv(3), qb_ipcc_connect_async(3),
       qb_ipcc_fc_enable_max_set(3), qb_ipcc_is_connected(3), qb_ipcc_connect_continue(3), qb_ipcc_auth_get(3),
       qb_ipcc_sendv(3), qb_ipcc_context_set(3), qb_ipcc_context_get(3), qb_ipcc_verify_dgram_max_msg_size(3),
       qb_ipcc_get_buffer_size(3), qb_ipcc_connect(3), qb_ipcc_disconnect(3),

Synopsis

#include<qb/qbipcc.h>int32_tqb_ipcc_fd_get(
           qb_ipcc_connection_t*c,   /* connection instance */
           int32_t*fd   /* (out) file descriptor to poll */
       );

See Also