EMagicLeapBluetoothGattCharacteristicProperties

Definition of characteristic permissions.

Windows
MacOS
Linux

References

Module

MagicLeapBLE

Header

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

Include

#include "MagicLeapBLETypes.h"

Syntax

enum EMagicLeapBluetoothGattCharacteristicProperties
{
    Broadcast,
    Read,
    WriteNoRes,
    Write,
    Notify,
    Indicate,
    SignedWrite,
    ExtProps,
}

Values

Name

Description

Broadcast

Read

WriteNoRes

Write

Notify

Indicate

SignedWrite

ExtProps

Remarks

Definition of characteristic permissions.

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