SDLSecondaryTransports Enumeration Reference

Section Contents

Overview

List of secondary transports

SDLSecondaryTransportsNone

No secondary transport

Objective-C

SDLSecondaryTransportsNone = 0

SDLSecondaryTransportsTCP

TCP as secondary transport

Objective-C

SDLSecondaryTransportsTCP = 1 << 0

Swift

static var TCP: SDLSecondaryTransports { get }