Contents

transport

A transport method that the session uses to communicate with the accessory.

Declaration

var transport: AccessoryTransport?

Discussion

Use this property to determine which transport the current instance handles, and customize your message delivery accordingly. The system may launch your extension in separate processes for different transports.

See Also

Determining the communication method