Class CBCentral
- Namespace
- CoreBluetooth
A remote device connected to a local app, which is acting as a peripheral. https://developer.apple.com/documentation/corebluetooth/cbcentral
public class CBCentral : IDisposable
- Inheritance
-
CBCentral
- Implements
Properties
Identifier
public string Identifier { get; }
Property Value
MaximumUpdateValueLength
public int MaximumUpdateValueLength { get; }
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.