ObjFW
|
Go to the source code of this file.
Classes | |
protocol | <OFSCTPSocketDelegate> |
class | OFSCTPSocket |
A class which provides methods to create and use SCTP sockets in one-to-one mode. More... | |
Typedefs | |
typedef void(^ | of_sctp_socket_async_connect_block_t) (id _Nullable exception) |
A block which is called when the socket connected. More... | |
typedef void(^ of_sctp_socket_async_connect_block_t) (id _Nullable exception) |
A block which is called when the socket connected.
exception | An exception which occurred while connecting the socket or nil on success |