CBPeripheralDelegate
CBPeripheralDelegate()
CBPeripheralDelegate(IntPtr)
CBPeripheralDelegate(NativeHandle)
CBPeripheralDelegate(NSObjectFlag)
DidOpenL2CapChannel(CBPeripheral, CBL2CapChannel, NSError)
DiscoveredCharacteristic(CBPeripheral, CBService, NSError)
DiscoveredCharacteristics(CBPeripheral, CBService, NSError)
DiscoveredDescriptor(CBPeripheral, CBCharacteristic, NSError)
DiscoveredIncludedService(CBPeripheral, CBService, NSError)
DiscoveredService(CBPeripheral, NSError)
InvalidatedService(CBPeripheral)
IsReadyToSendWriteWithoutResponse(CBPeripheral)
ModifiedServices(CBPeripheral, CBService[])
RssiRead(CBPeripheral, NSNumber, NSError)
RssiUpdated(CBPeripheral, NSError)
UpdatedCharacterteristicValue(CBPeripheral, CBCharacteristic, NSError)
UpdatedName(CBPeripheral)
UpdatedNotificationState(CBPeripheral, CBCharacteristic, NSError)
UpdatedValue(CBPeripheral, CBDescriptor, NSError)
WroteCharacteristicValue(CBPeripheral, CBCharacteristic, NSError)
WroteDescriptorValue(CBPeripheral, CBDescriptor, NSError)
xamarinios
namespace CoreBluetooth
{
[Introduced(PlatformName.WatchOS, 4, 0, PlatformArchitecture.All, null)]
[Model]
[Protocol]
[Register("CBPeripheralDelegate", false)]
public class CBPeripheralDelegate : NSObject, ICBPeripheralDelegate, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Deprecated(PlatformName.iOS, 7, 0, PlatformArchitecture.All, null)]
[Export("peripheralDidInvalidateServices:")]
[Introduced(PlatformName.iOS, 6, 0, PlatformArchitecture.All, null)]
[Obsoleted(PlatformName.iOS, 8, 4, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
public virtual void InvalidatedService(CBPeripheral! peripheral);
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin macOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API