IVSDeviceDiscoveryDelegate
Objective-C
@protocol IVSDeviceDiscoveryDelegate <NSObject>Swift
protocol IVSDeviceDiscoveryDelegate : NSObjectProtocolUse this delegate to be notified about added / removed devices
- 
                  
                  Devices have been added (connected) DeclarationObjective-C - (void)devicesAdded:(nonnull NSArray<IVSDeviceDescriptor *> *)added;Swift optional func devicesAdded(_ added: [IVSDeviceDescriptor])ParametersThearray of added devices 
- 
                  
                  Devices have been removed (disconnected) DeclarationObjective-C - (void)devicesRemoved:(nonnull NSArray<IVSDeviceDescriptor *> *)removed;Swift optional func devicesRemoved(_ removed: [IVSDeviceDescriptor])ParametersThearray of removed devices 
 IVSDeviceDiscoveryDelegate Protocol Reference
        IVSDeviceDiscoveryDelegate Protocol Reference