DITTransportType
enum DITTransportType {}
The types of transport that can be used by DittoKit to communicate with other devices.
-
Undocumented
Declaration
Objective-C
DITTransportTypeBluetooth = 1 << 0 -
Undocumented
Declaration
Objective-C
DITTransportTypeWiFi = 1 << 1 -
Undocumented
Declaration
Objective-C
DITTransportTypeAWDL = 1 << 2 -
Undocumented
Declaration
Objective-C
DITTransportTypeServer = 1 << 3 -
Undocumented
Declaration
Objective-C
DITTransportTypeWiFiFixedPort = 1 << 4
DITTransportType Enumeration Reference