Table of Contents

Class CBService

Namespace
CoreBluetooth

A collection of data and associated behaviors that accomplish a function or feature of a device. https://developer.apple.com/documentation/corebluetooth/cbservice

public class CBService
Inheritance
CBService
Derived

Properties

Characteristics

public virtual CBCharacteristic[] Characteristics { get; set; }

Property Value

CBCharacteristic[]

Peripheral

The peripheral to which this service belongs.

public CBPeripheral Peripheral { get; }

Property Value

CBPeripheral

UUID

public string UUID { get; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.