Table of Contents

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

bool

Properties

public virtual CBCharacteristicProperties Properties { get; set; }

Property Value

CBCharacteristicProperties

Service

The service to which this characteristic belongs.

public CBService Service { get; }

Property Value

CBService

UUID

public string UUID { get; }

Property Value

string

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.