CBPeripheralDelegate
CBPeripheralDelegate()
CBPeripheralDelegate(IntPtr)
CBPeripheralDelegate(NativeHandle)
CBPeripheralDelegate(NSObjectFlag)
DidOpenL2CapChannel(CBPeripheral, CBL2CapChannel, NSError)
DiscoveredCharacteristic(CBPeripheral, CBService, NSError)
DiscoveredCharacteristics(CBPeripheral, CBService, NSError)
DiscoveredDescriptor(CBPeripheral, CBCharacteristic, NSError)
DiscoveredIncludedService(CBPeripheral, CBService, NSError)
DiscoveredService(CBPeripheral, NSError)
InvalidatedService(CBPeripheral)
IsReadyToSendWriteWithoutResponse(CBPeripheral)
ModifiedServices(CBPeripheral, CBService[])
RssiRead(CBPeripheral, NSNumber, NSError)
RssiUpdated(CBPeripheral, NSError)
UpdatedCharacterteristicValue(CBPeripheral, CBCharacteristic, NSError)
UpdatedName(CBPeripheral)
UpdatedNotificationState(CBPeripheral, CBCharacteristic, NSError)
UpdatedValue(CBPeripheral, CBDescriptor, NSError)
WroteCharacteristicValue(CBPeripheral, CBCharacteristic, NSError)
WroteDescriptorValue(CBPeripheral, CBDescriptor, NSError)
xamarinmac
namespace CoreBluetooth
{
[Introduced(PlatformName.WatchOS, 4, 0, PlatformArchitecture.All, null)]
[Model]
[Protocol]
[Register("CBPeripheralDelegate", false)]
public class CBPeripheralDelegate : NSObject, ICBPeripheralDelegate, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("peripheral:didReadRSSI:error:")]
[Introduced(PlatformName.iOS, 8, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 13, PlatformArchitecture.All, null)]
public virtual void RssiRead(CBPeripheral! peripheral, NSNumber! rssi, 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