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;
123 - (
void)asyncConnectToNetwork: (uint32_t)network
124 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
128 #ifdef OF_HAVE_BLOCKS 139 - (void)asyncConnectToNetwork: (uint32_t)network
140 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
155 - (void)asyncConnectToNetwork: (uint32_t)network
156 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
175 bindToNetwork: (uint32_t)network
176 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
177 port: (uint16_t)port;
180 OF_ASSUME_NONNULL_END
A class for storing constant strings using the @"" literal.
Definition: OFConstantString.h:37
A class which provides methods to create and use SPX stream sockets.
Definition: OFSPXStreamSocket.h:72
A struct which represents a host / port pair for a socket.
Definition: OFSocket.h:182
A class for handling strings.
Definition: OFString.h:134
void(^ OFSPXStreamSocketAsyncConnectBlock)(id exception)
A block which is called when the socket connected.
Definition: OFSPXStreamSocket.h:33
A class which provides methods to create and use stream sockets.
Definition: OFStreamSocket.h:65