Table of Contents

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

CBCentral

Characteristic

public CBCharacteristic Characteristic { get; }

Property Value

CBCharacteristic

Offset

public int Offset { get; }

Property Value

int

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.