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[])
xamarinmac
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:didAddService:error:")]
public virtual void ServiceAdded(CBPeripheralManager! peripheral, CBService! service, NSError! error);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , 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