23 OF_ASSUME_NONNULL_BEGIN
58 didConnectToNetwork: (uint32_t)network
59 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
61 exception: (nullable
id)exception;
86 @property OF_NULLABLE_PROPERTY (assign, nonatomic)
99 - (
void)connectToNetwork: (uint32_t)network
100 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
101 port: (uint16_t)port;
111 - (
void)asyncConnectToNetwork: (uint32_t)network
112 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
113 port: (uint16_t)port;
125 - (
void)asyncConnectToNetwork: (uint32_t)network
126 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
130 #ifdef OF_HAVE_BLOCKS 140 - (void)asyncConnectToNetwork: (uint32_t)network
141 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
156 - (void)asyncConnectToNetwork: (uint32_t)network
157 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
176 bindToNetwork: (uint32_t)network
177 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
178 port: (uint16_t)port;
181 OF_ASSUME_NONNULL_END
A class for storing constant strings using the @"" literal.
Definition: OFConstantString.h:41
A struct which represents a host / port pair for a socket.
Definition: OFSocket.h:186
A class for handling strings.
Definition: OFString.h:138
A base class for sequenced packet sockets.
Definition: OFSequencedPacketSocket.h:129
A class which provides methods to create and use SPX sockets.
Definition: OFSPXSocket.h:75
A delegate for OFSequencedPacketSocket.
void(^ OFSPXSocketAsyncConnectBlock)(id exception)
A block which is called when the socket connected.
Definition: OFSPXSocket.h:37