CBPeripheral.ReadValue Method

Definition

Overloads

ReadValue(CBCharacteristic)

Reads the value of the specified characteristic.

ReadValue(CBDescriptor)

Reads the value of the characteristic that is identified by the specified descriptor.

ReadValue(CBCharacteristic)

Reads the value of the specified characteristic.

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

Parameters

characteristic
CBCharacteristic
Attributes

Applies to

ReadValue(CBDescriptor)

Reads the value of the characteristic that is identified by the specified descriptor.

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

Parameters

descriptor
CBDescriptor
Attributes

Applies to