20#import "OFConnectSocketFailedException.h"
22OF_ASSUME_NONNULL_BEGIN
31OF_SUBCLASSING_RESTRICTED
35 unsigned char _node[IPX_NODE_LEN];
43@property (readonly, nonatomic) uint32_t network;
48@property (readonly, nonatomic) uint16_t port;
61 exceptionWithNetwork: (uint32_t)network
62 node: (const
unsigned char [_Nullable IPX_NODE_LEN])node
67+ (instancetype)exceptionWithSocket: (
id)socket
68 errNo: (
int)errNo OF_UNAVAILABLE;
81 initWithNetwork: (uint32_t)network
82 node: (const
unsigned char [_Nullable IPX_NODE_LEN])node
85 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
87- (instancetype)initWithSocket: (
id)socket errNo: (
int)errNo OF_UNAVAILABLE;
94- (void)getNode: (
unsigned char [_Nonnull IPX_NODE_LEN])node;
An exception indicating that an SPX connection could not be established.
Definition OFConnectSPXSocketFailedException.h:33
An exception indicating that a connection could not be established.
Definition OFConnectSocketFailedException.h:37