ObjFW
Loading...
Searching...
No Matches
Classes | Typedefs
OFSPXSocket.h File Reference
import "OFSequencedPacketSocket.h"
import "OFRunLoop.h"

Go to the source code of this file.

Classes

protocol  <OFSPXSocketDelegate>
 
class  OFSPXSocket
 A class which provides methods to create and use SPX sockets. More...
 

Typedefs

typedef void(^ OFSPXSocketAsyncConnectBlock) (id exception)
 A block which is called when the socket connected.
 

Typedef Documentation

◆ OFSPXSocketAsyncConnectBlock

typedef void(^ OFSPXSocketAsyncConnectBlock) (id exception)

A block which is called when the socket connected.

Parameters
exceptionAn exception which occurred while connecting the socket or nil on success