CBPeripheralManagerDelegate.CharacteristicUnsubscribed Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
[Foundation.Export("peripheralManager:central:didUnsubscribeFromCharacteristic:")]
public virtual void CharacteristicUnsubscribed (CoreBluetooth.CBPeripheralManager peripheral, CoreBluetooth.CBCentral central, CoreBluetooth.CBCharacteristic characteristic);
abstract member CharacteristicUnsubscribed : CoreBluetooth.CBPeripheralManager * CoreBluetooth.CBCentral * CoreBluetooth.CBCharacteristic -> unit
override this.CharacteristicUnsubscribed : CoreBluetooth.CBPeripheralManager * CoreBluetooth.CBCentral * CoreBluetooth.CBCharacteristic -> unit
Parâmetros
- peripheral
- CBPeripheralManager
- central
- CBCentral
- characteristic
- CBCharacteristic
- Atributos