xamarintvos
namespace CoreBluetooth
{
    [Introduced(PlatformName.WatchOS, 4, 0, PlatformArchitecture.All, null)]
    [Protocol(Name = "CBCentralManagerDelegate", WrapperType = typeof(CBCentralManagerDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "UpdatedState", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(CBCentralManager) }, Selector = "centralManagerDidUpdateState:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DiscoveredPeripheral", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(CBCentralManager), typeof(CBPeripheral), typeof(NSDictionary), typeof(NSNumber) }, Selector = "centralManager:didDiscoverPeripheral:advertisementData:RSSI:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ConnectedPeripheral", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(CBCentralManager), typeof(CBPeripheral) }, Selector = "centralManager:didConnectPeripheral:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "FailedToConnectPeripheral", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(CBCentralManager), typeof(CBPeripheral), typeof(NSError) }, Selector = "centralManager:didFailToConnectPeripheral:error:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DisconnectedPeripheral", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(CBCentralManager), typeof(CBPeripheral), typeof(NSError) }, Selector = "centralManager:didDisconnectPeripheral:error:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillRestoreState", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(CBCentralManager), typeof(NSDictionary) }, Selector = "centralManager:willRestoreState:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ConnectionEventDidOccur", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(CBCentralManager), typeof(CBConnectionEvent), typeof(CBPeripheral) }, Selector = "centralManager:connectionEventDidOccur:forPeripheral:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidUpdateAncsAuthorization", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(CBCentralManager), typeof(CBPeripheral) }, Selector = "centralManager:didUpdateANCSAuthorizationForPeripheral:")]
    public interface ICBCentralManagerDelegate : INativeObject, IDisposable
}
nuget.org
0.0 %
Reference this API
0.0 %
Derive from this class or interface
Assembly Xamarin.TVOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065
.NET 6.07.08.09.0
Platform Restrictions

The selected framework does not have platform annotations.

  • Built-in API
  • Package-provided API

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