DittoConnectionType
public enum DittoConnectionType : String
extension DittoConnectionType: CaseIterable
extension DittoConnectionType: Codable
The type of DittoConnection between two DittoPeers signaling what
transport is being used for it.
-
Undocumented
Declaration
Swift
case bluetooth = "Bluetooth" -
Undocumented
Declaration
Swift
case accessPoint = "AccessPoint" -
Undocumented
Declaration
Swift
case p2pWiFi = "P2PWiFi" -
Undocumented
Declaration
Swift
case webSocket = "WebSocket"
DittoConnectionType Enumeration Reference