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