22OF_ASSUME_NONNULL_BEGIN
31@protocol OFUDPSocketDelegate <OFDatagramSocketDelegate>
68@property OF_NULLABLE_PROPERTY (assign, nonatomic)
69 id <OFUDPSocketDelegate> delegate;
A base class for datagram sockets.
Definition OFDatagramSocket.h:147
A class for handling strings.
Definition OFString.h:143
A class which provides methods to create and use UDP sockets.
Definition OFUDPSocket.h:55
A struct which represents a host / port pair for a socket.
Definition OFSocket.h:189