DITPeerToPeer
@interface DITPeerToPeer : NSObject <NSCopying, NSMutableCopying>
Configuration of peer-to-peer transports, which are able to discover and connect to peers on their own.
For more information refer to the documentation for DITTransportConfig.
-
Undocumented
Declaration
Objective-C
+ (instancetype)peerToPeer; -
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) DITBluetoothLEConfig *bluetoothLe -
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) DITLANConfig *lan -
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) DITAWDLConfig *awdl -
Undocumented
Declaration
Objective-C
- (instancetype)initWithDITPeerToPeer:(DITPeerToPeer *)peerToPeer; -
Undocumented
Declaration
Objective-C
- (instancetype)initWithBluetoothLe:(DITBluetoothLEConfig *)bluetoothLe lan:(DITLANConfig *)lan awdl:(DITAWDLConfig *)awdl;
-
Undocumented
Declaration
Objective-C
- (DITPeerToPeer *)copy; -
Undocumented
Declaration
Objective-C
- (DITMutablePeerToPeer *)mutableCopy;
DITPeerToPeer Class Reference