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
Peripheral
The peripheral to which this service belongs.
public CBPeripheral Peripheral { get; }
Property Value
UUID
public string UUID { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.