DittoTransport
public enum DittoTransport : Hashable
This enumeration lists the transports that DittoKit can use to connect to other devices.
- wifi: WiFi.
- bluetooth: Bluetooth.
- awdl: AWDL (Apple Wireless Direct Link).
- server: A server connection.
-
Undocumented
Declaration
Swift
case bluetooth -
Undocumented
Declaration
Swift
case wifi -
Undocumented
Declaration
Swift
case awdl -
Undocumented
Declaration
Swift
case server(address: String)
DittoTransport Enumeration Reference