CBPeripheral.ReadValue Method
Definition
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.
Overloads
ReadValue(CBCharacteristic) |
Reads the value of the specified |
ReadValue(CBDescriptor) |
Reads the value of the characteristic that is identified by the specified |
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