19OF_ASSUME_NONNULL_BEGIN
41@protocol OFSPXSocketDelegate <OFSequencedPacketSocketDelegate>
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)
83 id <OFSPXSocketDelegate> delegate;
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
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;
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
A struct which represents a host / port pair for a socket.
Definition OFSocket.h:182