Class CBMutableService
- Namespace
- CoreBluetooth
A service with writeable property values. https://developer.apple.com/documentation/corebluetooth/cbmutableservice
public class CBMutableService : CBService, IDisposable
- Inheritance
-
CBMutableService
- Implements
- Inherited Members
Constructors
CBMutableService(string, bool)
public CBMutableService(string uuid, bool isPrimary)
Parameters
Properties
Characteristics
public override CBCharacteristic[] Characteristics { get; set; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.