ICBPeripheralDelegate Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
[Foundation.Protocol(Name="CBPeripheralDelegate", WrapperType=typeof(CoreBluetooth.CBPeripheralDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface ICBPeripheralDelegate : IDisposable, ObjCRuntime.INativeObject
type ICBPeripheralDelegate = interface
interface INativeObject
interface IDisposable
Derivado
Atributos
Implementaciones
Esta interfaz contiene los métodos necesarios (si los hay) del protocolo definido por CBPeripheralDelegate .
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 CBPeripheralDelegate protocolo.
La clase proporciona CBPeripheralDelegate_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 de extensión
DidOpenL2CapChannel(ICBPeripheralDelegate, CBPeripheral, CBL2CapChannel, NSError)
Interfaz que representa los métodos necesarios (si los hay) del protocolo CBPeripheralDelegate .
DiscoveredCharacteristic(ICBPeripheralDelegate, CBPeripheral, CBService, NSError)
Interfaz que representa los métodos necesarios (si los hay) del protocolo CBPeripheralDelegate .
DiscoveredDescriptor(ICBPeripheralDelegate, CBPeripheral, CBCharacteristic, NSError)
Interfaz que representa los métodos necesarios (si los hay) del protocolo CBPeripheralDelegate .
DiscoveredIncludedService(ICBPeripheralDelegate, CBPeripheral, CBService, NSError)
Interfaz que representa los métodos necesarios (si los hay) del protocolo CBPeripheralDelegate .
DiscoveredService(ICBPeripheralDelegate, CBPeripheral, NSError)
Interfaz que representa los métodos necesarios (si los hay) del protocolo CBPeripheralDelegate .
InvalidatedService(ICBPeripheralDelegate, CBPeripheral)
Los desarrolladores no deben usar este método en desuso.
IsReadyToSendWriteWithoutResponse(ICBPeripheralDelegate, CBPeripheral)
Interfaz que representa los métodos necesarios (si los hay) del protocolo CBPeripheralDelegate .
ModifiedServices(ICBPeripheralDelegate, CBPeripheral, CBService[])
Interfaz que representa los métodos necesarios (si los hay) del protocolo CBPeripheralDelegate .
RssiRead(ICBPeripheralDelegate, CBPeripheral, NSNumber, NSError)
Interfaz que representa los métodos necesarios (si los hay) del protocolo CBPeripheralDelegate .
RssiUpdated(ICBPeripheralDelegate, CBPeripheral, NSError)
Interfaz que representa los métodos necesarios (si los hay) del protocolo CBPeripheralDelegate .
UpdatedCharacterteristicValue(ICBPeripheralDelegate, CBPeripheral, CBCharacteristic, NSError)
Interfaz que representa los métodos necesarios (si los hay) del protocolo CBPeripheralDelegate .
UpdatedName(ICBPeripheralDelegate, CBPeripheral)
Interfaz que representa los métodos necesarios (si los hay) del protocolo CBPeripheralDelegate .
UpdatedNotificationState(ICBPeripheralDelegate, CBPeripheral, CBCharacteristic, NSError)
Interfaz que representa los métodos necesarios (si los hay) del protocolo CBPeripheralDelegate .
UpdatedValue(ICBPeripheralDelegate, CBPeripheral, CBDescriptor, NSError)
Interfaz que representa los métodos necesarios (si los hay) del protocolo CBPeripheralDelegate .
WroteCharacteristicValue(ICBPeripheralDelegate, CBPeripheral, CBCharacteristic, NSError)
Interfaz que representa los métodos necesarios (si los hay) del protocolo CBPeripheralDelegate .
WroteDescriptorValue(ICBPeripheralDelegate, CBPeripheral, CBDescriptor, NSError)
Interfaz que representa los métodos necesarios (si los hay) del protocolo CBPeripheralDelegate .
Se aplica a