16 #import "OFBindSocketFailedException.h" 18 OF_ASSUME_NONNULL_BEGIN
27 OF_SUBCLASSING_RESTRICTED
31 unsigned char _node[IPX_NODE_LEN];
39 @property (readonly, nonatomic) uint32_t network;
44 @property (readonly, nonatomic) uint16_t port;
49 @property (readonly, nonatomic) uint8_t packetType;
63 exceptionWithNetwork: (uint32_t)network
64 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
66 packetType: (uint8_t)packetType
70 + (instancetype)exceptionWithSocket: (
id)socket
71 errNo: (
int)errNo OF_UNAVAILABLE;
85 initWithNetwork: (uint32_t)network
86 node: (const
unsigned char [_Nonnull IPX_NODE_LEN])node
88 packetType: (uint8_t)packetType
90 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
92 - (instancetype)initWithSocket: (
id)socket errNo: (
int)errNo OF_UNAVAILABLE;
99 - (void)getNode: (
unsigned char [_Nonnull IPX_NODE_LEN])node;
102 OF_ASSUME_NONNULL_END
An exception indicating that binding a socket failed.
Definition: OFBindSocketFailedException.h:32
An exception indicating that binding an IPX socket failed.
Definition: OFBindIPXSocketFailedException.h:28