DITTransportType
enum DITTransportType {}
The types of transport that can be used by Ditto 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
DITTransportTypeTCPServer = 1 << 3 -
Undocumented
Declaration
Objective-C
DITTransportTypeWiFiFixedPort = 1 << 4 -
Undocumented
Declaration
Objective-C
DITTransportTypeWebServer = 1 << 5
DITTransportType Enumeration Reference