19 OF_ASSUME_NONNULL_BEGIN
54 didConnectToNode: (
unsigned char [_Nonnull IPX_NODE_LEN])node
55 network: (uint32_t)network
57 exception: (nullable
id)exception;
82 @property OF_NULLABLE_PROPERTY (assign, nonatomic)
93 - (
void)connectToNode: (
unsigned char [_Nonnull IPX_NODE_LEN])node
94 network: (uint32_t)network
105 - (
void)asyncConnectToNode: (
unsigned char [_Nonnull IPX_NODE_LEN])node
106 network: (uint32_t)network
107 port: (uint16_t)port;
118 - (
void)asyncConnectToNode: (
unsigned char [_Nonnull IPX_NODE_LEN])node
119 network: (uint32_t)network
123 #ifdef OF_HAVE_BLOCKS
133 - (void)asyncConnectToNode: (
unsigned char [_Nonnull IPX_NODE_LEN])node
134 network: (uint32_t)network
148 - (void)asyncConnectToNode: (
unsigned char [_Nonnull IPX_NODE_LEN])node
149 network: (uint32_t)network
165 OF_ASSUME_NONNULL_END
void(^ of_spx_socket_async_connect_block_t)(id _Nullable exception)
A block which is called when the socket connected.
Definition: OFSPXSocket.h:33
struct objc_object * id
A pointer to any object.
Definition: ObjFWRT.h:90
A class for storing constant strings using the @"" literal.
Definition: OFConstantString.h:42
A class which provides methods to create and use SPX sockets.
Definition: OFSPXSocket.h:72
A base class for sequenced packet sockets.
Definition: OFSequencedPacketSocket.h:130
A class for handling strings.
Definition: OFString.h:132
Definition: OFSPXSocket.h:41
A delegate for OFSequencedPacketSocket.
Definition: OFSequencedPacketSocket.h:71
A struct which represents a host / port pair for a socket.
Definition: socket.h:136