UMagicLeapBLEComponent::GattWriteCharacteristicAsync

Writes a given characteristic and its value to the connected remote device.

Windows
MacOS
Linux

References

Module

MagicLeapBLE

Header

/Engine/Plugins/Lumin/MagicLeapBLE/Source/Public/MagicLeapBLEComponent.h

Include

#include "MagicLeapBLEComponent.h"

Source

/Engine/Plugins/Lumin/MagicLeapBLE/Source/Private/MagicLeapBLEComponent.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="BLE | MagicLeap")
void GattWriteCharacteristicAsync
(
    const FMagicLeapBluetoothGattCharacteristic & InCharacteristic
)

Remarks

Writes a given characteristic and its value to the connected remote device.

Parameters

Parameter

Description

InCharacteristic

The characteristic to be written to the connected device.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss