net9.0-ios
namespace CoreBluetooth
{
    [Protocol(Name = "CBPeripheralManagerDelegate", WrapperType = typeof(CBPeripheralManagerDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "StateUpdated", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(CBPeripheralManager) }, Selector = "peripheralManagerDidUpdateState:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillRestoreState", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(CBPeripheralManager), typeof(NSDictionary) }, Selector = "peripheralManager:willRestoreState:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "AdvertisingStarted", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(CBPeripheralManager), typeof(NSError) }, Selector = "peripheralManagerDidStartAdvertising:error:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ServiceAdded", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(CBPeripheralManager), typeof(CBService), typeof(NSError) }, Selector = "peripheralManager:didAddService:error:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "CharacteristicSubscribed", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(CBPeripheralManager), typeof(CBCentral), typeof(CBCharacteristic) }, Selector = "peripheralManager:central:didSubscribeToCharacteristic:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "CharacteristicUnsubscribed", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(CBPeripheralManager), typeof(CBCentral), typeof(CBCharacteristic) }, Selector = "peripheralManager:central:didUnsubscribeFromCharacteristic:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ReadRequestReceived", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(CBPeripheralManager), typeof(CBATTRequest) }, Selector = "peripheralManager:didReceiveReadRequest:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WriteRequestsReceived", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(CBPeripheralManager), typeof(CBATTRequest[]) }, Selector = "peripheralManager:didReceiveWriteRequests:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ReadyToUpdateSubscribers", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(CBPeripheralManager) }, Selector = "peripheralManagerIsReadyToUpdateSubscribers:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidOpenL2CapChannel", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(CBPeripheralManager), typeof(CBL2CapChannel), typeof(NSError) }, Selector = "peripheralManager:didOpenL2CAPChannel:error:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidUnpublishL2CapChannel", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(CBPeripheralManager), typeof(ushort), typeof(NSError) }, Selector = "peripheralManager:didUnpublishL2CAPChannel:error:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidPublishL2CapChannel", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(CBPeripheralManager), typeof(ushort), typeof(NSError) }, Selector = "peripheralManager:didPublishL2CAPChannel:error:")]
    [SupportedOSPlatform("maccatalyst")]
    [SupportedOSPlatform("ios")]
    [SupportedOSPlatform("macos")]
    [SupportedOSPlatform("tvos")]
    public interface ICBPeripheralManagerDelegate : INativeObject, IDisposable
}
Assembly Microsoft.iOS , Version=17.0.0.0, PublicKeyToken=84e04ff9cfb79065
Help Documentation
.NET 6.0-ios6.0-maccatalyst6.0-macos6.0-tvos7.0-ios7.0-maccatalyst7.0-macos7.0-tvos8.0-ios8.0-maccatalyst8.0-macos8.0-tvos9.0-ios9.0-maccatalyst9.0-macos9.0-tvos
OS Platforms

For the selected framework this API is only supported on the following OS platforms:

  • iOS
  • Mac Catalyst
  • macOS
  • tvOS
  • Built-in API
  • Package-provided API

04/26/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙