xamarinwatchos
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
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("centralManagerDidUpdateState:")]
[Preserve(Conditional = true)]
void UpdatedState(CBCentralManager! central);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 6.07.08.09.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. |