Class CBCharacteristic
- Namespace
- CoreBluetooth
A characteristic of a remote peripheral’s service. https://developer.apple.com/documentation/corebluetooth/cbcharacteristic
public class CBCharacteristic
- Inheritance
-
CBCharacteristic
- Derived
Properties
IsNotifying
public bool IsNotifying { get; }
Property Value
Properties
public virtual CBCharacteristicProperties Properties { get; set; }
Property Value
Service
The service to which this characteristic belongs.
public CBService Service { get; }
Property Value
UUID
public string UUID { get; }
Property Value
Value
public virtual byte[] Value { get; set; }
Property Value
- byte[]
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.