18OF_ASSUME_NONNULL_BEGIN
28@protocol OFDDPSocketDelegate <OFDatagramSocketDelegate>
58#if !defined(OF_MACOS) && !defined(OF_WINDOWS)
59 uint8_t _protocolType;
70@property OF_NULLABLE_PROPERTY (assign, nonatomic)
71 id <OFDDPSocketDelegate> delegate;
90 protocolType: (uint8_t)protocolType;
A class which provides methods to create and use AppleTalk DDP sockets.
Definition OFDDPSocket.h:57
A base class for datagram sockets.
Definition OFDatagramSocket.h:107
An abstract class for storing objects in a dictionary.
Definition OFDictionary.h:80
A class for handling strings.
Definition OFString.h:135
A struct which represents a host / port pair for a socket.
Definition OFSocket.h:182