20#import "OFUDPSocket.h"
22OF_ASSUME_NONNULL_BEGIN
26- (void)of_bindToAddress: (
OFSocketAddress *)address extraType: (
int)extraType;
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