CBPeripheralManagerDelegate
CBPeripheralManagerDelegate()
CBPeripheralManagerDelegate(IntPtr)
CBPeripheralManagerDelegate(NativeHandle)
CBPeripheralManagerDelegate(NSObjectFlag)
AdvertisingStarted(CBPeripheralManager, NSError)
CharacteristicSubscribed(CBPeripheralManager, CBCentral, CBCharacteristic)
CharacteristicUnsubscribed(CBPeripheralManager, CBCentral, CBCharacteristic)
DidOpenL2CapChannel(CBPeripheralManager, CBL2CapChannel, NSError)
DidPublishL2CapChannel(CBPeripheralManager, UInt16, NSError)
DidUnpublishL2CapChannel(CBPeripheralManager, UInt16, NSError)
ReadRequestReceived(CBPeripheralManager, CBATTRequest)
ReadyToUpdateSubscribers(CBPeripheralManager)
ServiceAdded(CBPeripheralManager, CBService, NSError)
StateUpdated(CBPeripheralManager)
WillRestoreState(CBPeripheralManager, NSDictionary)
WriteRequestsReceived(CBPeripheralManager, CBATTRequest[])
xamarinwatchos
namespace CoreBluetooth
{
[Introduced(PlatformName.WatchOS, 4, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 9, PlatformArchitecture.All, null)]
[Model]
[Protocol]
[Register("CBPeripheralManagerDelegate", false)]
public abstract class CBPeripheralManagerDelegate : NSObject, ICBPeripheralManagerDelegate, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("peripheralManager:didUnpublishL2CAPChannel:error:")]
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.TvOS, 11, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 13, PlatformArchitecture.All, null)]
public virtual void DidUnpublishL2CapChannel(CBPeripheralManager! peripheral, ushort psm, NSError? error);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinwatchos | |
Assembly | Xamarin.WatchOS , 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