Поделиться через


CBPeripheral.ReadValue Метод

Определение

Перегрузки

ReadValue(CBCharacteristic)

Считывает значение указанного characteristicобъекта .

ReadValue(CBDescriptor)

Считывает значение характеристики, определяемой указанным descriptorобъектом .

ReadValue(CBCharacteristic)

Считывает значение указанного characteristicобъекта .

[Foundation.Export("readValueForCharacteristic:")]
public virtual void ReadValue (CoreBluetooth.CBCharacteristic characteristic);
abstract member ReadValue : CoreBluetooth.CBCharacteristic -> unit
override this.ReadValue : CoreBluetooth.CBCharacteristic -> unit

Параметры

characteristic
CBCharacteristic
Атрибуты

Применяется к

ReadValue(CBDescriptor)

Считывает значение характеристики, определяемой указанным descriptorобъектом .

[Foundation.Export("readValueForDescriptor:")]
public virtual void ReadValue (CoreBluetooth.CBDescriptor descriptor);
abstract member ReadValue : CoreBluetooth.CBDescriptor -> unit
override this.ReadValue : CoreBluetooth.CBDescriptor -> unit

Параметры

descriptor
CBDescriptor
Атрибуты

Применяется к