18OF_ASSUME_NONNULL_BEGIN
27@protocol OFUDPSocketDelegate <OFDatagramSocketDelegate>
64@property OF_NULLABLE_PROPERTY (assign, nonatomic)
65 id <OFUDPSocketDelegate> delegate;
A base class for datagram sockets.
Definition: OFDatagramSocket.h:107
A class for handling strings.
Definition: OFString.h:135
A class which provides methods to create and use UDP sockets.
Definition: OFUDPSocket.h:51
A struct which represents a host / port pair for a socket.
Definition: OFSocket.h:182