ICBPeripheralDelegate 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
[Foundation.Protocol(Name="CBPeripheralDelegate", WrapperType=typeof(CoreBluetooth.CBPeripheralDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface ICBPeripheralDelegate : IDisposable, ObjCRuntime.INativeObject
type ICBPeripheralDelegate = interface
interface INativeObject
interface IDisposable
- 衍生
-
- 屬性
-
- 實作
-
如果來自 所 CBPeripheralDelegate 定義的通訊協定有任何) ,這個介面會包含必要方法 (。
如果開發人員建立實作此介面的類別,則實作方法會自動匯出至 Objective-C,其中包含通訊協定中所定義方法的 CBPeripheralDelegate 相符簽章。
選擇性方法 (如果類別提供 CBPeripheralDelegate_Extensions 任何) 做為介面的擴充方法,可讓開發人員在通訊協定上叫用任何選擇性方法。
屬性
擴充方法
DidOpenL2CapChannel(ICBPeripheralDelegate, CBPeripheral, CBL2CapChannel, NSError)
|
如果通訊協定 CBPeripheralDelegate 有任何) ,則表示必要方法的介面 (。
|
DiscoveredCharacteristic(ICBPeripheralDelegate, CBPeripheral, CBService, NSError)
|
如果通訊協定 CBPeripheralDelegate 有任何) ,則表示必要方法的介面 (。
|
DiscoveredDescriptor(ICBPeripheralDelegate, CBPeripheral, CBCharacteristic, NSError)
|
如果通訊協定 CBPeripheralDelegate 有任何) ,則表示必要方法的介面 (。
|
DiscoveredIncludedService(ICBPeripheralDelegate, CBPeripheral, CBService, NSError)
|
如果通訊協定 CBPeripheralDelegate 有任何) ,則表示必要方法的介面 (。
|
DiscoveredService(ICBPeripheralDelegate, CBPeripheral, NSError)
|
如果通訊協定 CBPeripheralDelegate 有任何) ,則表示必要方法的介面 (。
|
InvalidatedService(ICBPeripheralDelegate, CBPeripheral)
|
開發人員不應該使用此已被取代的方法。
|
IsReadyToSendWriteWithoutResponse(ICBPeripheralDelegate, CBPeripheral)
|
如果通訊協定 CBPeripheralDelegate 有任何) ,則表示必要方法的介面 (。
|
ModifiedServices(ICBPeripheralDelegate, CBPeripheral, CBService[])
|
如果通訊協定 CBPeripheralDelegate 有任何) ,則表示必要方法的介面 (。
|
RssiRead(ICBPeripheralDelegate, CBPeripheral, NSNumber, NSError)
|
如果通訊協定 CBPeripheralDelegate 有任何) ,則表示必要方法的介面 (。
|
RssiUpdated(ICBPeripheralDelegate, CBPeripheral, NSError)
|
如果通訊協定 CBPeripheralDelegate 有任何) ,則表示必要方法的介面 (。
|
UpdatedCharacterteristicValue(ICBPeripheralDelegate, CBPeripheral, CBCharacteristic, NSError)
|
如果通訊協定 CBPeripheralDelegate 有任何) ,則表示必要方法的介面 (。
|
UpdatedName(ICBPeripheralDelegate, CBPeripheral)
|
如果通訊協定 CBPeripheralDelegate 有任何) ,則表示必要方法的介面 (。
|
UpdatedNotificationState(ICBPeripheralDelegate, CBPeripheral, CBCharacteristic, NSError)
|
如果通訊協定 CBPeripheralDelegate 有任何) ,則表示必要方法的介面 (。
|
UpdatedValue(ICBPeripheralDelegate, CBPeripheral, CBDescriptor, NSError)
|
如果通訊協定 CBPeripheralDelegate 有任何) ,則表示必要方法的介面 (。
|
WroteCharacteristicValue(ICBPeripheralDelegate, CBPeripheral, CBCharacteristic, NSError)
|
如果通訊協定 CBPeripheralDelegate 有任何) ,則表示必要方法的介面 (。
|
WroteDescriptorValue(ICBPeripheralDelegate, CBPeripheral, CBDescriptor, NSError)
|
如果通訊協定 CBPeripheralDelegate 有任何) ,則表示必要方法的介面 (。
|
適用於