sealed class DittoTransports
Describes the transports that DittoSyncKit can use to connect to other devices.
Bluetooth |
object Bluetooth : DittoTransports |
TCPServer |
class TCPServer : DittoTransports |
WebServer |
class WebServer : DittoTransports |
WiFi |
object WiFi : DittoTransports |
WiFiFixedPort |
class WiFiFixedPort : DittoTransports |