CBPeripheralManagerDelegate_Extensions.CharacteristicSubscribed Method

Definition

public static void CharacteristicSubscribed (this CoreBluetooth.ICBPeripheralManagerDelegate This, CoreBluetooth.CBPeripheralManager peripheral, CoreBluetooth.CBCentral central, CoreBluetooth.CBCharacteristic characteristic);
static member CharacteristicSubscribed : CoreBluetooth.ICBPeripheralManagerDelegate * CoreBluetooth.CBPeripheralManager * CoreBluetooth.CBCentral * CoreBluetooth.CBCharacteristic -> unit

Parameters

This
ICBPeripheralManagerDelegate

The instance on which this extension method operates.

peripheral
CBPeripheralManager
central
CBCentral
characteristic
CBCharacteristic

Applies to