Table of Contents

Class GattWriteRequest

Namespace
nanoFramework.Device.Bluetooth.GenericAttributeProfile
Assembly
nanoFramework.Device.Bluetooth.dll

This class represents a GATT write request.

public class GattWriteRequest
Inheritance
GattWriteRequest
Inherited Members
Extension Methods

Properties

Offset

Gets the offset.

public uint Offset { get; }

Property Value

uint

Option

Gets the write request option.

public GattWriteOption Option { get; }

Property Value

GattWriteOption

Value

Gets the buffer value of the write request.

public Buffer Value { get; }

Property Value

Buffer

Methods

Respond()

Responds to the write request.

public void Respond()

RespondWithProtocolError(byte)

Responds with a protocol error.

public void RespondWithProtocolError(byte protocolError)

Parameters

protocolError byte

Error byte