CBPeripheral.ReadValue Method
In this article
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ReadValue(CBCharacteristic) |
Reads the value of the specified |
ReadValue(CBDescriptor) |
Reads the value of the characteristic that is identified by the specified |
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
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