20 #import "OFBindSocketFailedException.h" 22 OF_ASSUME_NONNULL_BEGIN
31 OF_SUBCLASSING_RESTRICTED
35 unsigned char _node[IPX_NODE_LEN];
43 @property (readonly, nonatomic) uint32_t network;
48 @property (readonly, nonatomic) uint16_t port;
53 @property (readonly, nonatomic) uint8_t packetType;
67 exceptionWithNetwork: (uint32_t)network
68 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
70 packetType: (uint8_t)packetType
74 + (instancetype)exceptionWithSocket: (
id)socket
75 errNo: (
int)errNo OF_UNAVAILABLE;
89 initWithNetwork: (uint32_t)network
90 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
92 packetType: (uint8_t)packetType
94 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
96 - (instancetype)initWithSocket: (
id)socket errNo: (
int)errNo OF_UNAVAILABLE;
103 - (void)getNode: (
unsigned char [_Nonnull IPX_NODE_LEN])node;
106 OF_ASSUME_NONNULL_END
An exception indicating that binding a socket failed.
Definition: OFBindSocketFailedException.h:36
An exception indicating that binding an IPX socket failed.
Definition: OFBindIPXSocketFailedException.h:32