Compartilhar via


ICBPeripheralManagerDelegate Interface

Definição

Interface que representa os métodos necessários (se houver) do 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
Implementações

Comentários

Essa interface contém os métodos necessários (se houver) do protocolo definido por CBPeripheralManagerDelegate.

Se os desenvolvedores criarem classes que implementam essa interface, os métodos de implementação serão exportados automaticamente para Objective-C com a assinatura correspondente do método definido no CBPeripheralManagerDelegate protocolo.

Métodos opcionais (se houver) são fornecidos pela CBPeripheralManagerDelegate_Extensions classe como métodos de extensão para a interface, permitindo que os desenvolvedores invoquem quaisquer métodos opcionais no protocolo.

Propriedades

Handle

Manipule (ponteiro) para a representação de objeto não gerenciado.

(Herdado de INativeObject)

Métodos

StateUpdated(CBPeripheralManager)

Interface que representa os métodos necessários (se houver) do protocolo CBPeripheralManagerDelegate.

Métodos de Extensão

AdvertisingStarted(ICBPeripheralManagerDelegate, CBPeripheralManager, NSError)

Interface que representa os métodos necessários (se houver) do protocolo CBPeripheralManagerDelegate.

CharacteristicSubscribed(ICBPeripheralManagerDelegate, CBPeripheralManager, CBCentral, CBCharacteristic)

Interface que representa os métodos necessários (se houver) do protocolo CBPeripheralManagerDelegate.

CharacteristicUnsubscribed(ICBPeripheralManagerDelegate, CBPeripheralManager, CBCentral, CBCharacteristic)

Interface que representa os métodos necessários (se houver) do protocolo CBPeripheralManagerDelegate.

DidOpenL2CapChannel(ICBPeripheralManagerDelegate, CBPeripheralManager, CBL2CapChannel, NSError)

Interface que representa os métodos necessários (se houver) do protocolo CBPeripheralManagerDelegate.

DidPublishL2CapChannel(ICBPeripheralManagerDelegate, CBPeripheralManager, UInt16, NSError)

Interface que representa os métodos necessários (se houver) do protocolo CBPeripheralManagerDelegate.

DidUnpublishL2CapChannel(ICBPeripheralManagerDelegate, CBPeripheralManager, UInt16, NSError)

Interface que representa os métodos necessários (se houver) do protocolo CBPeripheralManagerDelegate.

ReadRequestReceived(ICBPeripheralManagerDelegate, CBPeripheralManager, CBATTRequest)

Interface que representa os métodos necessários (se houver) do protocolo CBPeripheralManagerDelegate.

ReadyToUpdateSubscribers(ICBPeripheralManagerDelegate, CBPeripheralManager)

Interface que representa os métodos necessários (se houver) do protocolo CBPeripheralManagerDelegate.

ServiceAdded(ICBPeripheralManagerDelegate, CBPeripheralManager, CBService, NSError)

Interface que representa os métodos necessários (se houver) do protocolo CBPeripheralManagerDelegate.

WillRestoreState(ICBPeripheralManagerDelegate, CBPeripheralManager, NSDictionary)

Interface que representa os métodos necessários (se houver) do protocolo CBPeripheralManagerDelegate.

WriteRequestsReceived(ICBPeripheralManagerDelegate, CBPeripheralManager, CBATTRequest[])

Interface que representa os métodos necessários (se houver) do protocolo CBPeripheralManagerDelegate.

Aplica-se a