CBPeripheralManager
CBPeripheralManager()
CBPeripheralManager(IntPtr)
CBPeripheralManager(NativeHandle)
CBPeripheralManager(NSObjectFlag)
CBPeripheralManager(ICBPeripheralManagerDelegate, DispatchQueue)
CBPeripheralManager(ICBPeripheralManagerDelegate, DispatchQueue, NSDictionary)
Advertising
AuthorizationStatus
ClassHandle
Delegate
OptionRestoreIdentifierKey
OptionShowPowerAlertKey
RestoredStateAdvertisementDataKey
RestoredStateServicesKey
State
WeakDelegate
AddService(CBMutableService)
Dispose(Boolean)
PublishL2CapChannel(Boolean)
RemoveAllServices()
RemoveService(CBMutableService)
RespondToRequest(CBATTRequest, CBATTError)
SetDesiredConnectionLatency(CBPeripheralManagerConnectionLatency, CBCentral)
StartAdvertising(NSDictionary)
StartAdvertising(StartAdvertisingOptions)
StopAdvertising()
UnpublishL2CapChannel(UInt16)
UpdateValue(NSData, CBMutableCharacteristic, CBCentral[])
AdvertisingStarted
CharacteristicSubscribed
CharacteristicUnsubscribed
DidOpenL2CapChannel
DidPublishL2CapChannel
DidUnpublishL2CapChannel
ReadRequestReceived
ReadyToUpdateSubscribers
ServiceAdded
StateUpdated
WillRestoreState
WriteRequestsReceived
xamarinwatchos
namespace CoreBluetooth
{
[Introduced(PlatformName.WatchOS, 4, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 9, PlatformArchitecture.All, null)]
[Register("CBPeripheralManager", true)]
public class CBPeripheralManager : CBManager
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("setDesiredConnectionLatency:forCentral:")]
public virtual void SetDesiredConnectionLatency(CBPeripheralManagerConnectionLatency latency, CBCentral! connectedCentral);
}
}
.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. |
- Built-in API
- Package-provided API