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;
120 - (
void)asyncConnectToNetwork: (uint32_t)network
121 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
125 #ifdef OF_HAVE_BLOCKS
135 - (void)asyncConnectToNetwork: (uint32_t)network
136 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
150 - (void)asyncConnectToNetwork: (uint32_t)network
151 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
170 bindToNetwork: (uint32_t)network
171 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
172 port: (uint16_t)port;
175 OF_ASSUME_NONNULL_END
void(^ OFSPXSocketAsyncConnectBlock)(id exception)
A block which is called when the socket connected.
Definition: OFSPXSocket.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 sockets.
Definition: OFSPXSocket.h:72
A base class for sequenced packet sockets.
Definition: OFSequencedPacketSocket.h:128
A class for handling strings.
Definition: OFString.h:135
Definition: OFSPXSocket.h:41
A delegate for OFSequencedPacketSocket.
Definition: OFSequencedPacketSocket.h:69
A struct which represents a host / port pair for a socket.
Definition: OFSocket.h:182