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)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
protected internal CBPeripheralManagerDelegate(IntPtr handle);
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin macOS | 0.0 |
Xamarin tvOS | 0.0 |
Xamarin watchOS | 0.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