19 OF_ASSUME_NONNULL_BEGIN
55 didConnectToNetwork: (uint32_t)network
56 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
58 exception: (nullable
id)exception;
83 @property OF_NULLABLE_PROPERTY (assign, nonatomic)
96 - (
void)connectToNetwork: (uint32_t)network
97 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
109 - (
void)asyncConnectToNetwork: (uint32_t)network
110 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
111 port: (uint16_t)port;
124 - (
void)asyncConnectToNetwork: (uint32_t)network
125 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
129 #ifdef OF_HAVE_BLOCKS
140 - (void)asyncConnectToNetwork: (uint32_t)network
141 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
157 - (void)asyncConnectToNetwork: (uint32_t)network
158 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
177 bindToNetwork: (uint32_t)network
178 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
179 port: (uint16_t)port;
182 OF_ASSUME_NONNULL_END
void(^ OFSPXStreamSocketAsyncConnectBlock)(id exception)
A block which is called when the socket connected.
Definition: OFSPXStreamSocket.h:33
A class for storing constant strings using the @"" literal.
Definition: OFConstantString.h:38
A class which provides methods to create and use SPX stream sockets.
Definition: OFSPXStreamSocket.h:73
A class which provides methods to create and use stream sockets.
Definition: OFStreamSocket.h:68
A class for handling strings.
Definition: OFString.h:135
Definition: OFSPXStreamSocket.h:42
Definition: OFStreamSocket.h:44
A struct which represents a host / port pair for a socket.
Definition: OFSocket.h:182