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[])
xamarinios
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("peripheralManagerDidUpdateState:")]
public abstract void StateUpdated(CBPeripheralManager! peripheral);
}
}
.NET | 6.07.08.09.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