19 OF_ASSUME_NONNULL_BEGIN
54 didConnectToNetwork: (uint32_t)network
55 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
57 exception: (nullable
id)exception;
82 @property OF_NULLABLE_PROPERTY (assign, nonatomic)
95 - (
void)connectToNetwork: (uint32_t)network
96 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
107 - (
void)asyncConnectToNetwork: (uint32_t)network
108 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
109 port: (uint16_t)port;
121 - (
void)asyncConnectToNetwork: (uint32_t)network
122 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
126 #ifdef OF_HAVE_BLOCKS 136 - (void)asyncConnectToNetwork: (uint32_t)network
137 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
152 - (void)asyncConnectToNetwork: (uint32_t)network
153 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
172 bindToNetwork: (uint32_t)network
173 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
174 port: (uint16_t)port;
177 OF_ASSUME_NONNULL_END
A class for storing constant strings using the @"" literal.
Definition: OFConstantString.h:37
A struct which represents a host / port pair for a socket.
Definition: OFSocket.h:182
A class for handling strings.
Definition: OFString.h:134
A base class for sequenced packet sockets.
Definition: OFSequencedPacketSocket.h:125
A class which provides methods to create and use SPX sockets.
Definition: OFSPXSocket.h:71
A delegate for OFSequencedPacketSocket.
void(^ OFSPXSocketAsyncConnectBlock)(id exception)
A block which is called when the socket connected.
Definition: OFSPXSocket.h:33