Contents

supportedTransports

An array of transports the accessory supports for sending sensitive information.

Declaration

let supportedTransports: [AccessoryTransport]

Discussion

The default is AccessoryTransport.bluetooth only. To support AccessoryTransport.internet or AccessoryTransport.localNetwork, you must use SecurityMessage.CipherSuite.xWing for enhanced security.