ICBPeripheralManagerDelegate Interfaz

Definición

Interfaz que representa los métodos necesarios (si los hay) del protocolo CBPeripheralManagerDelegate.

[Foundation.Protocol(Name="CBPeripheralManagerDelegate", WrapperType=typeof(CoreBluetooth.CBPeripheralManagerDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public interface ICBPeripheralManagerDelegate : IDisposable, ObjCRuntime.INativeObject
type ICBPeripheralManagerDelegate = interface
    interface INativeObject
    interface IDisposable
Derivado
Atributos
Implementaciones

Comentarios

Esta interfaz contiene los métodos necesarios (si los hay) del protocolo definido por CBPeripheralManagerDelegate.

Si los desarrolladores crean clases que implementan esta interfaz, los métodos de implementación se exportarán automáticamente a Objective-C con la firma coincidente del método definido en el CBPeripheralManagerDelegate protocolo.

La clase proporciona CBPeripheralManagerDelegate_Extensions métodos opcionales (si los hay) como métodos de extensión a la interfaz, lo que permite a los desarrolladores invocar cualquier método opcional en el protocolo.

Propiedades

Handle

Identificador (puntero) a la representación del objeto no administrado.

(Heredado de INativeObject)

Métodos

StateUpdated(CBPeripheralManager)

Interfaz que representa los métodos necesarios (si los hay) del protocolo CBPeripheralManagerDelegate.

Métodos de extensión

AdvertisingStarted(ICBPeripheralManagerDelegate, CBPeripheralManager, NSError)

Interfaz que representa los métodos necesarios (si los hay) del protocolo CBPeripheralManagerDelegate.

CharacteristicSubscribed(ICBPeripheralManagerDelegate, CBPeripheralManager, CBCentral, CBCharacteristic)

Interfaz que representa los métodos necesarios (si los hay) del protocolo CBPeripheralManagerDelegate.

CharacteristicUnsubscribed(ICBPeripheralManagerDelegate, CBPeripheralManager, CBCentral, CBCharacteristic)

Interfaz que representa los métodos necesarios (si los hay) del protocolo CBPeripheralManagerDelegate.

DidOpenL2CapChannel(ICBPeripheralManagerDelegate, CBPeripheralManager, CBL2CapChannel, NSError)

Interfaz que representa los métodos necesarios (si los hay) del protocolo CBPeripheralManagerDelegate.

DidPublishL2CapChannel(ICBPeripheralManagerDelegate, CBPeripheralManager, UInt16, NSError)

Interfaz que representa los métodos necesarios (si los hay) del protocolo CBPeripheralManagerDelegate.

DidUnpublishL2CapChannel(ICBPeripheralManagerDelegate, CBPeripheralManager, UInt16, NSError)

Interfaz que representa los métodos necesarios (si los hay) del protocolo CBPeripheralManagerDelegate.

ReadRequestReceived(ICBPeripheralManagerDelegate, CBPeripheralManager, CBATTRequest)

Interfaz que representa los métodos necesarios (si los hay) del protocolo CBPeripheralManagerDelegate.

ReadyToUpdateSubscribers(ICBPeripheralManagerDelegate, CBPeripheralManager)

Interfaz que representa los métodos necesarios (si los hay) del protocolo CBPeripheralManagerDelegate.

ServiceAdded(ICBPeripheralManagerDelegate, CBPeripheralManager, CBService, NSError)

Interfaz que representa los métodos necesarios (si los hay) del protocolo CBPeripheralManagerDelegate.

WillRestoreState(ICBPeripheralManagerDelegate, CBPeripheralManager, NSDictionary)

Interfaz que representa los métodos necesarios (si los hay) del protocolo CBPeripheralManagerDelegate.

WriteRequestsReceived(ICBPeripheralManagerDelegate, CBPeripheralManager, CBATTRequest[])

Interfaz que representa los métodos necesarios (si los hay) del protocolo CBPeripheralManagerDelegate.

Se aplica a