Condividi tramite


ICBPeripheralManagerDelegate Interfaccia

Definizione

Interfaccia che rappresenta i metodi necessari (se presenti) del protocollo 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
Derivato
Attributi
Implementazioni

Commenti

Questa interfaccia contiene i metodi necessari (se presenti) dal protocollo definito da CBPeripheralManagerDelegate.

Se gli sviluppatori creano classi che implementano questa interfaccia, i metodi di implementazione verranno esportati automaticamente in Objective-C con la firma corrispondente dal metodo definito nel CBPeripheralManagerDelegate protocollo.

I metodi facoltativi (se presenti) vengono forniti dalla classe come metodi di estensione all'interfaccia CBPeripheralManagerDelegate_Extensions , consentendo agli sviluppatori di richiamare eventuali metodi facoltativi nel protocollo.

Proprietà

Handle

Gestire (puntatore) alla rappresentazione dell'oggetto non gestita.

(Ereditato da INativeObject)

Metodi

StateUpdated(CBPeripheralManager)

Interfaccia che rappresenta i metodi necessari (se presenti) del protocollo CBPeripheralManagerDelegate.

Metodi di estensione

AdvertisingStarted(ICBPeripheralManagerDelegate, CBPeripheralManager, NSError)

Interfaccia che rappresenta i metodi necessari (se presenti) del protocollo CBPeripheralManagerDelegate.

CharacteristicSubscribed(ICBPeripheralManagerDelegate, CBPeripheralManager, CBCentral, CBCharacteristic)

Interfaccia che rappresenta i metodi necessari (se presenti) del protocollo CBPeripheralManagerDelegate.

CharacteristicUnsubscribed(ICBPeripheralManagerDelegate, CBPeripheralManager, CBCentral, CBCharacteristic)

Interfaccia che rappresenta i metodi necessari (se presenti) del protocollo CBPeripheralManagerDelegate.

DidOpenL2CapChannel(ICBPeripheralManagerDelegate, CBPeripheralManager, CBL2CapChannel, NSError)

Interfaccia che rappresenta i metodi necessari (se presenti) del protocollo CBPeripheralManagerDelegate.

DidPublishL2CapChannel(ICBPeripheralManagerDelegate, CBPeripheralManager, UInt16, NSError)

Interfaccia che rappresenta i metodi necessari (se presenti) del protocollo CBPeripheralManagerDelegate.

DidUnpublishL2CapChannel(ICBPeripheralManagerDelegate, CBPeripheralManager, UInt16, NSError)

Interfaccia che rappresenta i metodi necessari (se presenti) del protocollo CBPeripheralManagerDelegate.

ReadRequestReceived(ICBPeripheralManagerDelegate, CBPeripheralManager, CBATTRequest)

Interfaccia che rappresenta i metodi necessari (se presenti) del protocollo CBPeripheralManagerDelegate.

ReadyToUpdateSubscribers(ICBPeripheralManagerDelegate, CBPeripheralManager)

Interfaccia che rappresenta i metodi necessari (se presenti) del protocollo CBPeripheralManagerDelegate.

ServiceAdded(ICBPeripheralManagerDelegate, CBPeripheralManager, CBService, NSError)

Interfaccia che rappresenta i metodi necessari (se presenti) del protocollo CBPeripheralManagerDelegate.

WillRestoreState(ICBPeripheralManagerDelegate, CBPeripheralManager, NSDictionary)

Interfaccia che rappresenta i metodi necessari (se presenti) del protocollo CBPeripheralManagerDelegate.

WriteRequestsReceived(ICBPeripheralManagerDelegate, CBPeripheralManager, CBATTRequest[])

Interfaccia che rappresenta i metodi necessari (se presenti) del protocollo CBPeripheralManagerDelegate.

Si applica a