This is the complete list of members for PSC_Connection, including all inherited members.
PSC_Connection_close(PSC_Connection *self, int blacklist) | PSC_Connection | |
PSC_Connection_closed(PSC_Connection *self) | PSC_Connection | |
PSC_Connection_confirmDataReceived(PSC_Connection *self) | PSC_Connection | |
PSC_Connection_connected(PSC_Connection *self) | PSC_Connection | |
PSC_Connection_createTcpClient(const PSC_TcpClientOpts *opts) | PSC_Connection | |
PSC_Connection_createTcpClientAsync(const PSC_TcpClientOpts *opts, void *receiver, PSC_ClientCreatedHandler callback) | PSC_Connection | |
PSC_Connection_createUnixClient(const PSC_UnixClientOpts *opts) | PSC_Connection | |
PSC_Connection_data(const PSC_Connection *self) | PSC_Connection | |
PSC_Connection_dataReceived(PSC_Connection *self) | PSC_Connection | |
PSC_Connection_dataSent(PSC_Connection *self) | PSC_Connection | |
PSC_Connection_nameResolved(PSC_Connection *self) | PSC_Connection | |
PSC_Connection_pause(PSC_Connection *self) | PSC_Connection | |
PSC_Connection_receiveBinary(PSC_Connection *self, size_t expected) | PSC_Connection | |
PSC_Connection_receiveLine(PSC_Connection *self) | PSC_Connection | |
PSC_Connection_receiveText(PSC_Connection *self, PSC_MessageEndLocator locator) | PSC_Connection | |
PSC_Connection_remoteAddr(const PSC_Connection *self) | PSC_Connection | |
PSC_Connection_remoteHost(const PSC_Connection *self) | PSC_Connection | |
PSC_Connection_remotePort(const PSC_Connection *self) | PSC_Connection | |
PSC_Connection_resume(PSC_Connection *self) | PSC_Connection | |
PSC_Connection_sendAsync(PSC_Connection *self, const uint8_t *buf, size_t sz, void *id) | PSC_Connection | |
PSC_Connection_sendTextAsync(PSC_Connection *self, const char *text, void *id) | PSC_Connection | |
PSC_Connection_setData(PSC_Connection *self, void *data, void(*deleter)(void *)) | PSC_Connection | |