20 #import "OFConnectSocketFailedException.h" 22 OF_ASSUME_NONNULL_BEGIN
32 OF_SUBCLASSING_RESTRICTED
36 unsigned char _node[IPX_NODE_LEN];
44 @property (readonly, nonatomic) uint32_t network;
49 @property (readonly, nonatomic) uint16_t port;
62 exceptionWithNetwork: (uint32_t)network
63 node: (const
unsigned char [_Nullable IPX_NODE_LEN])node
68 + (instancetype)exceptionWithSocket: (
id)socket
69 errNo: (
int)errNo OF_UNAVAILABLE;
82 initWithNetwork: (uint32_t)network
83 node: (const
unsigned char [_Nullable IPX_NODE_LEN])node
86 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
88 - (instancetype)initWithSocket: (
id)socket errNo: (
int)errNo OF_UNAVAILABLE;
95 - (void)getNode: (
unsigned char [_Nonnull IPX_NODE_LEN])node;
An exception indicating that a connection could not be established.
Definition: OFConnectSocketFailedException.h:37
An exception indicating that an SPX connection could not be established.
Definition: OFConnectSPXSocketFailedException.h:33