Class CBATTRequest
- Namespace
- CoreBluetooth
A request that uses the Attribute Protocol (ATT). https://developer.apple.com/documentation/corebluetooth/cbattrequest
public class CBATTRequest : IDisposable
- Inheritance
-
CBATTRequest
- Implements
Properties
Central
public CBCentral Central { get; }
Property Value
Characteristic
public CBCharacteristic Characteristic { get; }
Property Value
Offset
public int Offset { get; }
Property Value
Value
public byte[] Value { get; set; }
Property Value
- byte[]
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.