Table of Contents

Class CBMutableService

Namespace
CoreBluetooth
public class CBMutableService : CBService, IDisposable
Inheritance
CBMutableService
Implements
Inherited Members

Constructors

CBMutableService(string, bool)

public CBMutableService(string uuid, bool isPrimary)

Parameters

uuid string
isPrimary bool

Properties

Characteristics

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

Property Value

CBCharacteristic[]

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.